1
0
Fork 0
mirror of https://github.com/eosswedenorg/eth-healthcheck synced 2026-06-16 05:04:55 +02:00

compile.sh: remove unsupported arch's

This commit is contained in:
Henrik Hautakoski 2021-08-16 15:56:49 +02:00
parent 7d1655b901
commit fc43d80f33

View file

@ -2,7 +2,7 @@
SYSTEMS=( windows linux freebsd )
ARCHS=( 386 amd64 amd64p32 arm arm64 ppc ppc64 )
ARCHS=( 386 amd64 amd64p32 arm arm64 )
function usage() {
echo "Usage: ${0##*/} [ -h|--help ] [ --target <system> ] [ -a|--arch <arch> ] [ -p|--package ]"