Skip to content

Commit

Permalink
Adding JDK 17 setup
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 1a11aa1 commit b2fd83a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ jobs:
BUILDER=buildx-multi-arch
docker buildx inspect $BUILDER || docker buildx create --name=$BUILDER --driver=docker-container --driver-opt=network=host
- name: Set up JDK 17 for x64
#if: github.repository_owner == 'microcks' && steps.changes.outputs.grpc-hello-world == 'true'
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
architecture: x64
cache: maven

- name: Build and push container image
#if: github.repository_owner == 'microcks' && steps.changes.outputs.grpc-hello-world == 'true'
run: |
Expand Down

0 comments on commit b2fd83a

Please sign in to comment.