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:
parent
7d1655b901
commit
fc43d80f33
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue