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 a1f0423 commit 65a3319Copy full SHA for 65a3319
library.pl
@@ -8,7 +8,8 @@
8
my %arches = (
9
10
# https://github.com/docker-library/official-images/blob/master/library/debian
11
- default => 'amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x',
+ default => 'amd64, arm32v5, arm32v7, arm64v8, mips64le, ppc64le, s390x',
12
+ bookworm => 'amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x',
13
bullseye => 'amd64, arm32v7, arm64v8, i386',
14
buster => 'amd64, arm32v7, arm64v8, i386',
15
);
0 commit comments