Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
GoReleaser changed it’s default target OSs to add Windows which doesn’t
have syscall.Mkfifo().
  • Loading branch information
yann-soubeyrand committed Jun 1, 2023
1 parent 426cef7 commit 498394b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ before:

builds:
- binary: "helm-sops"
goos:
- "linux"
- "darwin"
flags: "-trimpath"
ldflags: "-s -w"
mod_timestamp: "{{ $.CommitTimestamp }}"
Expand Down

0 comments on commit 498394b

Please sign in to comment.