Browse Source

fix version ldflags

Dax Raad 10 months ago
parent
commit
f2f6efdd35
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .goreleaser.yml

+ 6 - 0
.goreleaser.yml

@@ -4,9 +4,15 @@ before:
   hooks:
 builds:
   - env:
+      - CGO_ENABLED=0
     goos:
       - linux
       - darwin
+    goarch:
+      - amd64
+      - arm64
+    ldflags:
+      - -s -w -X github.com/opencode-ai/opencode/internal/version.Version={{.Version}}
     main: ./main.go
 
 archives: