mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
only specify older toolchain if not arm (#838)
This commit is contained in:
parent
4d58170ae9
commit
785f8eedb9
@ -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 -target {{if eq "arm" ARCH}}aarch64-linux-gnu{{else}}x86_64-linux-gnu.2.23{{end}}\""
|
||||
sh: echo "CC=\"zig cc{{if neq "arm" ARCH}}-target x86_64-linux-gnu.2.23{{end}}\""
|
||||
|
||||
build:server:internal:
|
||||
requires:
|
||||
|
Loading…
Reference in New Issue
Block a user