Skip to content

Commit

Permalink
unixPB: Dont install alpine aarch64 JDK17 bootjdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Nov 7, 2024
1 parent 8803a16 commit 812f842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/playbooks/AdoptOpenJDK_Unix_Playbook/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
jdk_version: 17
when:
- ansible_distribution != "Solaris"
- (ansible_distribution != "Alpine" and ansible_architecture != "aarch64")
tags: build_tools
- role: adoptopenjdk_install # JDK21 Build Bootstrap
jdk_version: 20
Expand Down

0 comments on commit 812f842

Please sign in to comment.