mirror of
https://github.com/eosswedenorg/eth-healthcheck
synced 2026-07-03 11:53:44 +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 )
|
SYSTEMS=( windows linux freebsd )
|
||||||
|
|
||||||
ARCHS=( 386 amd64 amd64p32 arm arm64 ppc ppc64 )
|
ARCHS=( 386 amd64 amd64p32 arm arm64 )
|
||||||
|
|
||||||
function usage() {
|
function usage() {
|
||||||
echo "Usage: ${0##*/} [ -h|--help ] [ --target <system> ] [ -a|--arch <arch> ] [ -p|--package ]"
|
echo "Usage: ${0##*/} [ -h|--help ] [ --target <system> ] [ -a|--arch <arch> ] [ -p|--package ]"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue