Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte authored Jan 12, 2024
1 parent 3238ea4 commit f2c602f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ jobs:
export GOOS=windows
export GOARCH=amd64
export CC="zig cc -target x86_64-windows"
poetry build goneonize
poetry run build goneonize
#ARM64
export GOOS=windows
export GOARCH=arm64
export CC="zig cc -target aarch64-windows"
poetry build goneonize
poetry run build goneonize
#X86 / 386
export GOOS=windows
export GOARCH=386
export CC="zig cc -target x86-windows"
poetry build goneonize
poetry run build goneonize
- name: ANDROID
run: |
export CGO_ENABLED=1
Expand Down

0 comments on commit f2c602f

Please sign in to comment.