Add linux-arm7 support to build script. Closes #470
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Human readable names of binary distributions
|
# Human readable names of binary distributions
|
||||||
DISTRO=(macOS-64bit linux-64bit linux-32bit)
|
DISTRO=(macOS-64bit linux-64bit linux-32bit linux-arm7)
|
||||||
# Operating systems for the respective distributions
|
# Operating systems for the respective distributions
|
||||||
OS=(darwin linux linux)
|
OS=(darwin linux linux linux)
|
||||||
# Architectures for the respective distributions
|
# Architectures for the respective distributions
|
||||||
ARCH=(amd64 amd64 386)
|
ARCH=(amd64 amd64 386 arm-7)
|
||||||
|
|
||||||
# Version
|
# Version
|
||||||
VERSION=$1
|
VERSION=$1
|
||||||
|
|||||||
Reference in New Issue
Block a user