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 7dadfcc commit 6377a52Copy full SHA for 6377a52
generate-stackbrew-library.sh
@@ -121,7 +121,7 @@ for version; do
121
eval "variantArches=( $variantArches )"
122
123
constraints=
124
- if [ "$variant" != "$v" ]; then
+ if [ -n "$v" ]; then
125
constraints="$variant"
126
if [[ "$variant" == nanoserver-* ]]; then
127
# nanoserver variants "COPY --from=...:...-windowsservercore-... ..."
0 commit comments