From e60e982fb49c8ffe8af24a13f565fa6fbeec3811 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Tue, 24 Sep 2024 21:56:45 -0700 Subject: [PATCH] Use older glibc target (#836) --- Taskfile.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 9106b4149..bfd879098 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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: