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 8785640 commit 98b1361Copy full SHA for 98b1361
generate-stackbrew-library.sh
@@ -95,6 +95,7 @@ for variant in debian alpine; do
95
arches="${parentRepoToArches[$parent]}"
96
97
# https://github.com/memcached/memcached/issues/799
98
+ # https://github.com/docker-library/memcached/issues/69
99
arches="$(sed -r -e 's/ arm32v6 / /g' <<<" $arches ")"
100
101
echo
0 commit comments