There was an error while loading. Please reload this page.
1 parent d0fb67b commit ade8243Copy full SHA for ade8243
1 file changed
generate-stackbrew-library.sh
@@ -94,9 +94,8 @@ for version; do
94
95
parent="$(awk 'toupper($1) == "FROM" { print $2 }' "$version/Dockerfile")"
96
# 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
98
# 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')"
+ arches="$(sed <<<" ${parentRepoToArches[$parent]} " -r -e 's/ i386 / /g' -e 's/ riscv64 / /g')"
100
101
echo
102
jq -r '"# Last Modified: " + .[env.version].lastModified' versions.json
0 commit comments