Skip to content

Commit

Permalink
chore: Adding JVM build for grpc-hello
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 13, 2024
1 parent b2fd83a commit 2f2916b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
#if: github.repository_owner == 'microcks' && steps.changes.outputs.grpc-hello-world == 'true'
run: |
cd grpc-hello-world-demo
mvn -B package -Pnative -Dquarkus.native.container-build=true
mvn -B package
docker buildx build --push \
--platform=linux/amd64 \
--platform=linux/amd64,linux/arm64 \
--builder=buildx-multi-arch \
--provenance=false \
--build-arg TAG=latest \
--build-arg TAG=nightly \
--file src/main/docker/Dockerfile.native \
--tag=quay.io/microcks/grpc-hello-world:latest .
--tag=quay.io/microcks/grpc-hello-world:nightly .
build-package-contract-testing:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2f2916b

Please sign in to comment.