Skip to content

Commit

Permalink
Add oraclelinux9 variants
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Mar 14, 2024
1 parent 2dbd572 commit 9a1c0d3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
}
},
"variants": [
"oraclelinux9",
"oraclelinux8",
"oraclelinux7",
"bookworm",
"slim-bookworm",
"bullseye",
Expand Down Expand Up @@ -47,8 +47,8 @@
}
},
"variants": [
"oraclelinux9",
"oraclelinux8",
"oraclelinux7",
"bookworm",
"slim-bookworm",
"bullseye",
Expand Down
4 changes: 2 additions & 2 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ for version in "${versions[@]}"; do
.[env.version] = $doc + {
variants: [
(
"9",
"8",
"7",
empty
| "oraclelinux" + .),
(
Expand All @@ -160,8 +160,8 @@ for version in "${versions[@]}"; do
empty
| ., "slim-" + .),
if $doc.alpine then
"3.19",
"3.18",
"3.17",
empty
| "alpine" + . else empty end,
if $doc.jdk.arches | keys | any(startswith("windows-")) then
Expand Down

0 comments on commit 9a1c0d3

Please sign in to comment.