File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ for version in "${versions[@]}"; do
63
63
64
64
# Get supported variants according to the target architecture.
65
65
# See details in function.sh
66
- variants=$( get_variants | tr ' ' ' \n' )
66
+ variants=$( get_variants " $( get_arch ) " | tr ' ' ' \n' )
67
67
for variant in $variants ; do
68
68
# Skip non-docker directories
69
69
[ -f " $version /$variant /Dockerfile" ] || continue
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ for version in "${versions[@]}"; do
47
47
48
48
# Get supported variants according to the target architecture.
49
49
# See details in function.sh
50
- variants=$( get_variants | tr ' ' ' \n' )
50
+ variants=$( get_variants " $( get_arch ) " | tr ' ' ' \n' )
51
51
52
52
for variant in $variants ; do
53
53
# Skip non-docker directories
You can’t perform that action at this time.
0 commit comments