mirror of https://github.com/exaloop/codon.git
Remove x86_64 install restriction [ci skip]
parent
5bcb9e789e
commit
933ec1cb25
|
@ -11,11 +11,6 @@ if [ "$OS" != "linux" ] && [ "$OS" != "darwin" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$ARCH" != "x86_64" ]; then
|
||||
echo "error: Pre-built binaries only exist for x86_64." >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
CODON_BUILD_ARCHIVE=codon-$OS-$ARCH.tar.gz
|
||||
|
||||
mkdir -p $CODON_INSTALL_DIR
|
||||
|
|
Loading…
Reference in New Issue