Skip to content

Commit

Permalink
fix go releaser to use kqueue for darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Apr 1, 2020
1 parent f705773 commit 414de66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ builds:
- arm64
env:
- CGO_ENABLED=0
flags:
- -tags=kqueue
- -v
ldflags:
- -s -w -X github.com/minio/sidekick.ReleaseTag={{.Tag}} -X github.com/minio/sidekick.CommitID={{.FullCommit}} -X github.com/minio/sidekick.Version={{.Version}} -X github.com/minio/sidekick.ShortCommitID={{.ShortCommit}} -X github.com/minio/sidekick.ReleaseTime={{.Date}}
- -s -w -X github.com/minio/sidekick.ReleaseTag={{.Tag}} -X github.com/minio/sidekick.CommitID={{.FullCommit}} -X github.com/minio/sidekick.Version={{.Version}} -X github.com/minio/sidekick.ShortCommitID={{.ShortCommit}} -X github.com/minio/sidekick.ReleaseTime={{.Date}}
archives:
-
replacements:
Expand Down

0 comments on commit 414de66

Please sign in to comment.