Skip to content

Commit

Permalink
Only noble for JDK23
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yakushev committed Oct 3, 2024
1 parent 14bdb2d commit 115575d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/docker_clojure/config.clj
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@
"1.12.0.1479" "94f29b9b66183bd58307c46fb561fd9e9148666bac13a4518a9931b6f989d830"}})

(def exclusions ; don't build these for whatever reason(s)
#{;; commented out example
#{; no more jammy builds for JDK 23+
{:jdk-version #(>= % 23)
:distro :ubuntu/jammy}
;; commented out example
#_{:jdk-version 8
:distro :alpine/alpine}})

Expand Down

0 comments on commit 115575d

Please sign in to comment.