File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ shift $((OPTIND-1))
24
24
[ " $1 " = " --" ] && shift
25
25
26
26
from_arch=" x86_64"
27
- to_archs=( " aarch64" " alpha" " arm" " armeb" " cris" " hppa" " i386" " m68k" " microblaze" " microblazeel" " mips" " mips64" " mips64el" " mipsel" " mipsn32" " mipsn32el" " nios2" " or1k" " ppc" " ppc64" " ppc64abi32" " ppc64le" " s390x" " sh4" " sh4eb" " sparc" " sparc32plus" " sparc64" " x86_64" )
27
+ to_archs=" aarch64 alpha arm armeb cris hppa i386 m68k microblaze microblazeel mips mips64 mips64el mipsel mipsn32 mipsn32el nios2 or1k ppc ppc64 ppc64abi32 ppc64le s390x sh4 sh4eb sparc sparc32plus sparc64 x86_64"
28
28
29
- for to_arch in " ${ to_archs[@]} " ; do
29
+ for to_arch in $ to_archs; do
30
30
if [ " $from_arch " != " $to_arch " ]; then
31
31
docker build -t ${REPO} :$from_arch -$to_arch -<< EOF
32
32
FROM scratch
You can’t perform that action at this time.
0 commit comments