Skip to content

Commit

Permalink
enable multi-arch temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Aug 5, 2024
1 parent 90f692d commit e033469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
py${{ matrix.PYTHON_VER }}-\
${{ matrix.ARCH }}"
build-multiarch-manifest:
if: inputs.build_type == 'branch' && needs.build.result != 'cancelled'
if: '!cancelled()'
needs: [build, compute-matrix]
strategy:
matrix: ${{ fromJSON(needs.compute-matrix.outputs.MATRIX) }}
Expand Down

0 comments on commit e033469

Please sign in to comment.