Remove x86_64 install restriction [ci skip]

pull/78/head
A. R. Shajii 2022-12-05 10:30:52 -05:00
parent 5bcb9e789e
commit 933ec1cb25
1 changed files with 0 additions and 5 deletions

View File

@ -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