From 02fae41374c12b54c59e96eca96b7b2ee8f29045 Mon Sep 17 00:00:00 2001 From: Wes Morgan Date: Thu, 14 May 2026 14:48:57 -0600 Subject: [PATCH] Remove riscv64 architecture for now There are some complicating factors right now that make supporting this more effort than it is worth. The community interest in it seems low to nonexistent. More details here: https://github.com/docker-library/official-images/pull/21455#issuecomment-4435157901 --- src/docker_clojure/config.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docker_clojure/config.clj b/src/docker_clojure/config.clj index 995fead1..294ae21b 100644 --- a/src/docker_clojure/config.clj +++ b/src/docker_clojure/config.clj @@ -94,7 +94,7 @@ :debian-slim/trixie-slim :debian/trixie}}) (def architectures - #{"amd64" "arm64v8" "ppc64le" "riscv64" "s390x"}) + #{"amd64" "arm64v8" "ppc64le" "s390x"}) (def default-distros "The default distro to use for tags that don't specify one, keyed by jdk-version.