Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Oct 25, 2023
1 parent 36a63ed commit cd639c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config/hotspot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion generate_dockerfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"User-Agent": "Adoptium Dockerfile Updater",
}


def archHelper(arch, os_family):
if arch == "aarch64":
return "aarch64|arm64"
Expand Down

0 comments on commit cd639c3

Please sign in to comment.