Skip to content

Commit

Permalink
Revert "fix: goreleaser for mfa token caching (#2320)"
Browse files Browse the repository at this point in the history
This reverts commit 4fef709.
  • Loading branch information
sfc-gh-jcieslak committed Jan 12, 2024
1 parent 12754c3 commit 5ccce26
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
builds:
- env:
- >-
{{- if eq .Os "darwin" or eq .Os "windows" }}
CGO_ENABLED=1
{{- else }}
CGO_ENABLED=0
{{- end }}
- CGO_ENABLED=0
goos:
- windows
- linux
Expand Down

0 comments on commit 5ccce26

Please sign in to comment.