Skip to content

The failure of one arch does not fail the whole action #236

@f18m

Description

@f18m

I'm using for my HA addon the following GHA snippet:

      - name: Docker build and push (tag builds)
        uses: home-assistant/builder@master
        with:
          args: |
            --armv7 --amd64 --aarch64 --i386 \
            --target myaddon \
            --docker-hub ghcr.io/f18m
        if: ${{ needs.check_tag.outputs.is_tag == 'true' }}

I noticed that when e.g. the "aarch64" build fails but the "amd64" arch is OK,
the action is declared successful.

Check e.g. attached logs and look for "gcc: internal compiler error"

1_Publish.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions