Update demo.yml

This commit is contained in:
quydang 2023-10-04 16:15:30 +07:00 committed by GitHub
parent d252488ac6
commit 1996baf6d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ jobs:
run: | run: |
export CGO_ENABLED=1 export CGO_ENABLED=1
export GOOS=linux export GOOS=linux
export GOARCH=armv7 export GOARCH=arm
export CC=aarch64-linux-gnu-gcc export CC=aarch64-linux-gnu-gcc
go build -o xui-release -v main.go go build -o xui-release -v main.go