We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c600b commit b31978fCopy full SHA for b31978f
1 file changed
generate-stackbrew-library.sh
@@ -140,6 +140,13 @@ for version; do
140
;;
141
esac
142
143
+ case "$v" in
144
+ alpine*)
145
+ # https://github.com/IdentityPython/satosa-docker/issues/1
146
+ variantArches="$(sed <<<" $variantArches " -e 's/ s390x / /g')"
147
+ ;;
148
+ esac
149
+
150
sharedTags=()
151
for windowsShared in windowsservercore nanoserver; do
152
if [[ "$variant" == "$windowsShared"* ]]; then
0 commit comments