Update demo.yml

This commit is contained in:
quydang 2023-09-26 19:27:49 +07:00 committed by GitHub
parent b3c3aa2d94
commit 127c56cda5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ jobs:
export GOARCH=${{ matrix.platform }}
if [ "${{ matrix.platform }}" == "arm64" ]; then
export CC=aarch64-linux-gnu-gcc
elif [ "${{ matrix.platform }}" == "arm32" ]; then
elif [ "${{ matrix.platform }}" == "arm" ]; then
export CC=arm-linux-gnueabi-gcc
fi
go build -o xui-release -v main.go