6 lines
63 B
Bash
6 lines
63 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
arch=s390x
|
||
|
|
||
|
. .gitlab-ci/container/cross_build.sh
|