asciinema: Ready for 64 bit builds
This commit is contained in:
parent
33d16b567f
commit
451fbbe856
@ -18,6 +18,10 @@ termux_step_make () {
|
|||||||
elif [ "$TERMUX_ARCH" = "i686" ]; then
|
elif [ "$TERMUX_ARCH" = "i686" ]; then
|
||||||
export GOARCH=386
|
export GOARCH=386
|
||||||
export GO386=sse2
|
export GO386=sse2
|
||||||
|
elif [ "$TERMUX_ARCH" = "aarch64" ]; then
|
||||||
|
export GOARCH=arm64
|
||||||
|
elif [ "$TERMUX_ARCH" = "x86_64" ]; then
|
||||||
|
export GOARCH=amd64
|
||||||
else
|
else
|
||||||
echo "ERROR: Unsupported arch: $TERMUX_ARCH"
|
echo "ERROR: Unsupported arch: $TERMUX_ARCH"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user