We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14aac34 commit b2a3561Copy full SHA for b2a3561
2 files changed
generate-stackbrew-library.sh
@@ -63,7 +63,7 @@ for version in "${versions[@]}"; do
63
64
# Get supported variants according to the target architecture.
65
# See details in function.sh
66
- variants=$(get_variants | tr ' ' '\n')
+ variants=$(get_variants "$(get_arch)" | tr ' ' '\n')
67
for variant in $variants; do
68
# Skip non-docker directories
69
[ -f "$version/$variant/Dockerfile" ] || continue
test-build.sh
@@ -47,7 +47,7 @@ for version in "${versions[@]}"; do
47
48
49
50
51
52
53
0 commit comments