release: add s390x

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2021-10-01 10:25:30 -07:00
parent f95063ede4
commit fae5d8b568
3 changed files with 6 additions and 2 deletions
+3
View File
@@ -23,6 +23,9 @@ function set_cross_vars() {
ppc64le)
HOST=powerpc64le-linux-gnu
;;
s390x)
HOST=s390x-linux-gnu
;;
*)
echo "set_cross_vars: unsupported architecture: $1" >&2
exit 1