Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
fix(ci): enable cgo for macOS keychain support (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept authored Sep 13, 2023
1 parent 46b2cbe commit f871e69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.macos-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ builds:
- amd64
- arm64
- arm
env:
- CGO_ENABLED=1
archives:
- format: tar.gz
wrap_in_directory: false
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.ubuntu-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ builds:
goamd64: v1
env:
- CGO_ENABLED=0
- goos: windows
env:
- CGO_ENABLED=0
archives:
- format: tar.gz
wrap_in_directory: false
Expand Down

0 comments on commit f871e69

Please sign in to comment.