We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbac228 commit 256a609Copy full SHA for 256a609
.goreleaser.yml
@@ -13,12 +13,12 @@ builds:
13
mod_timestamp: '{{ .CommitTimestamp }}'
14
flags:
15
- -trimpath
16
- ldflags:
17
- - '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
18
- -tags
19
- remote exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper containers_image_openpgp
+ ldflags:
+ - '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
20
goos:
21
- - freebsd
+# - freebsd
22
- windows
23
- linux
24
- darwin
CHANGELOG.md
0 commit comments