summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-04-24 12:46:11 -0400
committerDax Raad <[email protected]>2025-04-24 12:46:11 -0400
commit47a37b7dd6c7a278dc6580e225cb21c571e46f35 (patch)
tree443caf0c382f84bf60b996c1d696c71ec45f494d
parentbdbf31f0b9e413baaf6399220fcdb4196513be5a (diff)
downloadopencode-47a37b7dd6c7a278dc6580e225cb21c571e46f35.tar.gz
opencode-47a37b7dd6c7a278dc6580e225cb21c571e46f35.zip
back to disablign cgo
-rw-r--r--.goreleaser.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index bb65dfb2b..b5745e000 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -4,7 +4,7 @@ before:
hooks:
builds:
- env:
- - CGO_ENABLED=1
+ - CGO_ENABLED=0
goos:
- linux
- darwin
@@ -17,7 +17,6 @@ builds:
archives:
- format: tar.gz
- # this name template makes the OS and Arch compatible with the results of uname.
name_template: >-
opencode-
{{- if eq .Os "darwin" }}mac-
@@ -27,7 +26,6 @@ archives:
{{- else if eq .Arch "#86" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
- # use zip for windows archives
format_overrides:
- goos: windows
format: zip