From cd639c3cabd7d22472bea9cf60cf083ed13a38fe Mon Sep 17 00:00:00 2001 From: George Adams Date: Wed, 25 Oct 2023 11:56:20 +0100 Subject: [PATCH] update config --- config/hotspot.yml | 2 +- generate_dockerfiles.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/hotspot.yml b/config/hotspot.yml index cc50d365d..0f20ccf02 100644 --- a/config/hotspot.yml +++ b/config/hotspot.yml @@ -35,7 +35,7 @@ configurations: os: centos - directory: ubi/ubi9-minimal - architectures: [aarch64, ppc64le, x64] + architectures: [aarch64, ppc64le, s390x, x64] image: redhat/ubi9-minimal os: ubi9-minimal diff --git a/generate_dockerfiles.py b/generate_dockerfiles.py index 6cce4a3c6..40fc9e830 100644 --- a/generate_dockerfiles.py +++ b/generate_dockerfiles.py @@ -24,7 +24,6 @@ "User-Agent": "Adoptium Dockerfile Updater", } - def archHelper(arch, os_family): if arch == "aarch64": return "aarch64|arm64"