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](https://github.com/user-attachments/files/19044861/1_Publish.txt)