Skip to content

Commit c23dbd4

Browse files
authored
UnixPB: Dont install jdk24 & jdk25 on arm32 (adoptium#4255)
1 parent 9225350 commit c23dbd4

File tree

1 file changed

+2
-0
lines changed
  • ansible/playbooks/AdoptOpenJDK_Unix_Playbook

1 file changed

+2
-0
lines changed

ansible/playbooks/AdoptOpenJDK_Unix_Playbook/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,14 @@
163163
jdk_version: 24
164164
when:
165165
- ansible_distribution != "Solaris"
166+
- ansible_architecture != "armv7l"
166167
- not (ansible_distribution == "Alpine" and ansible_architecture == "aarch64")
167168
tags: build_tools
168169
- role: adoptopenjdk_install # Current LTS
169170
jdk_version: 25
170171
when:
171172
- ansible_distribution != "Solaris"
173+
- ansible_architecture != "armv7l"
172174
- not (ansible_distribution == "Alpine" and ansible_architecture == "aarch64")
173175
tags: build_tools
174176
- role: Nagios_Plugins # AdoptOpenJDK Infrastructure

0 commit comments

Comments
 (0)