Skip to content

Commit ade8243

Browse files
authored
Remove mips64le special case (no longer supported) (#118)
1 parent d0fb67b commit ade8243

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

generate-stackbrew-library.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,8 @@ for version; do
9494

9595
parent="$(awk 'toupper($1) == "FROM" { print $2 }' "$version/Dockerfile")"
9696
# no i386 for now: https://github.com/docker-library/gcc/issues/38
97-
# no mips64le for now: https://github.com/docker-library/gcc/issues/67
9897
# no riscv64 because it takes (way) too long to build
99-
arches="$(sed <<<" ${parentRepoToArches[$parent]} " -r -e 's/ i386 / /g' -e 's/ mips64le / /g' -e 's/ riscv64 / /g')"
98+
arches="$(sed <<<" ${parentRepoToArches[$parent]} " -r -e 's/ i386 / /g' -e 's/ riscv64 / /g')"
10099

101100
echo
102101
jq -r '"# Last Modified: " + .[env.version].lastModified' versions.json

0 commit comments

Comments
 (0)