We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a3319 commit a486bd4Copy full SHA for a486bd4
library.pl
@@ -8,7 +8,7 @@
8
my %arches = (
9
10
# https://github.com/docker-library/official-images/blob/master/library/debian
11
- default => 'amd64, arm32v5, arm32v7, arm64v8, mips64le, ppc64le, s390x',
+ default => 'amd64, arm32v5, arm32v7, arm64v8, ppc64le, riscv64, s390x',
12
bookworm => 'amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x',
13
bullseye => 'amd64, arm32v7, arm64v8, i386',
14
buster => 'amd64, arm32v7, arm64v8, i386',
0 commit comments