Skip to content

Commit febea33

Browse files
committed
Remove mips64le, per #67
1 parent 36b9d23 commit febea33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

generate-stackbrew-library.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ for version in "${versions[@]}"; do
8686
parent="$(awk 'toupper($1) == "FROM" { print $2 }' <<<"$dockerfile")"
8787
# no i386 for now: https://github.com/docker-library/gcc/issues/38
8888
arches="$(echo " ${parentRepoToArches[$parent]} " | sed -r -e 's/ i386 / /g')"
89+
# no mips64le for now: https://github.com/docker-library/gcc/issues/67
90+
arches="$(echo " ${parentRepoToArches[$parent]} " | sed -r -e 's/ mips64le / /g')"
8991

9092
echo
9193
grep -m1 '^# Last Modified: ' <<<"$dockerfile"

0 commit comments

Comments
 (0)