Skip to content

Commit

Permalink
chore: #56 Fix build when moving to multi-arch image
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Oct 21, 2024
1 parent 4447a1f commit e4aa9e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
- name: Build and push container image
if: github.repository_owner == 'microcks' && env.PACKAGE_IMAGE == 'true'
uses: docker/build-push-action@v4
run: |
docker buildx build --push \
--platform=linux/amd64,linux/arm64 \
Expand Down

0 comments on commit e4aa9e2

Please sign in to comment.