Skip to content

Commit

Permalink
fix(ci): Set properly GO flags in goreleaser
Browse files Browse the repository at this point in the history
Disable freebsd as it is not supported by podman lib
  • Loading branch information
project0 committed Apr 19, 2022
1 parent dbac228 commit 256a609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ builds:
mod_timestamp: '{{ .CommitTimestamp }}'
flags:
- -trimpath
ldflags:
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
- -tags
- remote exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper containers_image_openpgp
ldflags:
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
goos:
- freebsd
# - freebsd
- windows
- linux
- darwin
Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG.md

This file was deleted.

0 comments on commit 256a609

Please # to comment.