Skip to content

Commit

Permalink
Fix Constraints again
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed May 17, 2021
1 parent 7dadfcc commit 6377a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ for version; do
eval "variantArches=( $variantArches )"

constraints=
if [ "$variant" != "$v" ]; then
if [ -n "$v" ]; then
constraints="$variant"
if [[ "$variant" == nanoserver-* ]]; then
# nanoserver variants "COPY --from=...:...-windowsservercore-... ..."
Expand Down

0 comments on commit 6377a52

Please sign in to comment.