mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-31 23:11:28 +01:00
Use older glibc target (#836)
This commit is contained in:
parent
192f6b602f
commit
e60e982fb4
@ -95,7 +95,8 @@ tasks:
|
||||
ARCHS:
|
||||
sh: echo {{if eq "arm" ARCH}}arm64{{else}}{{ARCH}}{{end}}
|
||||
GO_LDFLAGS: -linkmode 'external' -extldflags=-static
|
||||
GO_ENV_VARS: CC="zig cc"
|
||||
GO_ENV_VARS:
|
||||
sh: echo "CC=\"zig cc -target {{if eq "arm" ARCH}}aarch64{{else}}x86_64{{end}}-linux-gnu.2.23\""
|
||||
|
||||
build:server:internal:
|
||||
requires:
|
||||
|
Loading…
Reference in New Issue
Block a user