aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index c3b0a9b..ab58ac1 100644
--- a/justfile
+++ b/justfile
@@ -18,4 +18,4 @@ clean-network:
podman network rm db
build:
- go build -ldflags "-s" .
+ GOAMD64=v3 go build -ldflags "-s" .