diff options
| author | Dax Raad <[email protected]> | 2025-04-24 12:30:33 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-04-24 12:30:33 -0400 |
| commit | 4e6560efb9f8c110c79b3b990f4b6387782adb5a (patch) | |
| tree | a1c7044231874524030932c1a15b8fef46399f5e | |
| parent | f2f6efdd350f50201dbf4787dfe508ba4b7beddd (diff) | |
| download | opencode-4e6560efb9f8c110c79b3b990f4b6387782adb5a.tar.gz opencode-4e6560efb9f8c110c79b3b990f4b6387782adb5a.zip | |
turn on cgo
| -rw-r--r-- | .goreleaser.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index 5cd9ce7ee..b4974ac0b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -4,7 +4,6 @@ before: hooks: builds: - env: - - CGO_ENABLED=0 goos: - linux - darwin |
