Skip to content

Commit 256a609

Browse files
committed
fix(ci): Set properly GO flags in goreleaser
Disable freebsd as it is not supported by podman lib
1 parent dbac228 commit 256a609

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ builds:
1313
mod_timestamp: '{{ .CommitTimestamp }}'
1414
flags:
1515
- -trimpath
16-
ldflags:
17-
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
1816
- -tags
1917
- remote exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper containers_image_openpgp
18+
ldflags:
19+
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
2020
goos:
21-
- freebsd
21+
# - freebsd
2222
- windows
2323
- linux
2424
- darwin

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)