Skip to content

Commit

Permalink
library.pl: drop mips64le for bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
zakame committed Sep 9, 2024
1 parent fa9f051 commit 38e3cae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions library.pl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
my %arches = (

# https://github.com/docker-library/official-images/blob/master/library/debian
default => 'amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x',
buster => 'amd64, arm32v7, arm64v8, i386',
default => 'amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x',
bullseye => 'amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x',
buster => 'amd64, arm32v7, arm64v8, i386',
);

print <<"END_HEADER";
Expand Down

0 comments on commit 38e3cae

Please sign in to comment.