Skip to content

Commit

Permalink
Restricting build to mad64 atm
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
  • Loading branch information
lbroudoux committed Jun 12, 2024
1 parent 6543668 commit 1afa491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cd grpc-hello-world-demo
mvn -B package -Pnative -Dquarkus.native.container-build=true
docker buildx build --push \
--platform=linux/amd64,linux/arm64 \
--platform=linux/amd64 \
--builder=buildx-multi-arch \
--provenance=false \
--build-arg TAG=latest \
Expand Down

0 comments on commit 1afa491

Please sign in to comment.