Skip to content

Commit b2fd83a

Browse files
committed
Adding JDK 17 setup
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent 1a11aa1 commit b2fd83a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build-package.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ jobs:
4343
BUILDER=buildx-multi-arch
4444
docker buildx inspect $BUILDER || docker buildx create --name=$BUILDER --driver=docker-container --driver-opt=network=host
4545
46+
- name: Set up JDK 17 for x64
47+
#if: github.repository_owner == 'microcks' && steps.changes.outputs.grpc-hello-world == 'true'
48+
uses: actions/setup-java@v3
49+
with:
50+
java-version: '17'
51+
distribution: 'temurin'
52+
architecture: x64
53+
cache: maven
54+
4655
- name: Build and push container image
4756
#if: github.repository_owner == 'microcks' && steps.changes.outputs.grpc-hello-world == 'true'
4857
run: |

0 commit comments

Comments
 (0)