We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fd83a commit 2f2916bCopy full SHA for 2f2916b
.github/workflows/build-package.yml
@@ -56,14 +56,14 @@ jobs:
56
#if: github.repository_owner == 'microcks' && steps.changes.outputs.grpc-hello-world == 'true'
57
run: |
58
cd grpc-hello-world-demo
59
- mvn -B package -Pnative -Dquarkus.native.container-build=true
+ mvn -B package
60
docker buildx build --push \
61
- --platform=linux/amd64 \
+ --platform=linux/amd64,linux/arm64 \
62
--builder=buildx-multi-arch \
63
--provenance=false \
64
- --build-arg TAG=latest \
+ --build-arg TAG=nightly \
65
--file src/main/docker/Dockerfile.native \
66
- --tag=quay.io/microcks/grpc-hello-world:latest .
+ --tag=quay.io/microcks/grpc-hello-world:nightly .
67
68
build-package-contract-testing:
69
runs-on: ubuntu-latest
0 commit comments