Skip to content

Commit 2f2916b

Browse files
committed
chore: Adding JVM build for grpc-hello
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent b2fd83a commit 2f2916b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
#if: github.repository_owner == 'microcks' && steps.changes.outputs.grpc-hello-world == 'true'
5757
run: |
5858
cd grpc-hello-world-demo
59-
mvn -B package -Pnative -Dquarkus.native.container-build=true
59+
mvn -B package
6060
docker buildx build --push \
61-
--platform=linux/amd64 \
61+
--platform=linux/amd64,linux/arm64 \
6262
--builder=buildx-multi-arch \
6363
--provenance=false \
64-
--build-arg TAG=latest \
64+
--build-arg TAG=nightly \
6565
--file src/main/docker/Dockerfile.native \
66-
--tag=quay.io/microcks/grpc-hello-world:latest .
66+
--tag=quay.io/microcks/grpc-hello-world:nightly .
6767
6868
build-package-contract-testing:
6969
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)