From fe398b348f716bb50b7452d4712f517aa6f1587c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Thu, 25 Dec 2025 17:02:31 +0100 Subject: build(go): target amd64 v3 by default --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index a5bfcea..37eee25 100644 --- a/justfile +++ b/justfile @@ -4,4 +4,4 @@ dev: build: bun run build - go build -ldflags "-s" . \ No newline at end of file + GOAMD64=v3 go build -ldflags "-s" . -- cgit v1.2.3