Use older glibc target (#836)

This commit is contained in:
Evan Simkowitz 2024-09-24 21:56:45 -07:00 committed by GitHub
parent 192f6b602f
commit e60e982fb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: