Skip to content

Commit

Permalink
Use Zig for ARM64 Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz committed Jan 10, 2025
1 parent 37929d9 commit e9cb25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ tasks:
ARCHS:
sh: echo {{if eq "arm" ARCH}}arm64{{else}}{{ARCH}}{{end}}
GO_ENV_VARS:
sh: echo "{{if eq "amd64" ARCH}}CC=\"zig cc -target x86_64-linux-gnu.2.28\"{{end}}"
sh: echo "{{if eq "amd64" ARCH}}CC=\"zig cc -target x86_64-linux-gnu.2.28\"{{else}}CC=\"zig cc -target aarch64-linux-gnu.2.28\"{{end}}"

build:server:internal:
requires:
Expand Down

0 comments on commit e9cb25a

Please sign in to comment.