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
6363
6464 # Get supported variants according to the target architecture.
6565 # See details in function.sh
66- variants=$( get_variants | tr ' ' ' \n' )
66+ variants=$( get_variants " $( get_arch ) " | tr ' ' ' \n' )
6767 for variant in $variants ; do
6868 # Skip non-docker directories
6969 [ -f " $version /$variant /Dockerfile" ] || continue
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ for version in "${versions[@]}"; do
4747
4848 # Get supported variants according to the target architecture.
4949 # See details in function.sh
50- variants=$( get_variants | tr ' ' ' \n' )
50+ variants=$( get_variants " $( get_arch ) " | tr ' ' ' \n' )
5151
5252 for variant in $variants ; do
5353 # Skip non-docker directories
You can’t perform that action at this time.
0 commit comments