Skip to content

Commit 1afa491

Browse files
committed
Restricting build to mad64 atm
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent 6543668 commit 1afa491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cd grpc-hello-world-demo
5050
mvn -B package -Pnative -Dquarkus.native.container-build=true
5151
docker buildx build --push \
52-
--platform=linux/amd64,linux/arm64 \
52+
--platform=linux/amd64 \
5353
--builder=buildx-multi-arch \
5454
--provenance=false \
5555
--build-arg TAG=latest \

0 commit comments

Comments
 (0)