mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
don't use zig for arm (#840)
This commit is contained in:
parent
0f2642c2f4
commit
94b0527aa4
@ -96,7 +96,7 @@ tasks:
|
||||
sh: echo {{if eq "arm" ARCH}}arm64{{else}}{{ARCH}}{{end}}
|
||||
GO_LDFLAGS: -linkmode 'external' -extldflags=-static
|
||||
GO_ENV_VARS:
|
||||
sh: echo "CC=\"zig cc{{if ne "arm" ARCH}} -target x86_64-linux-gnu.2.28{{end}}\""
|
||||
sh: echo {{if eq "amd64" ARCH}}CC="zig cc -target x86_64-linux-gnu.2.28"{{end}}
|
||||
|
||||
build:server:internal:
|
||||
requires:
|
||||
|
Loading…
Reference in New Issue
Block a user