Skip to content

Commit

Permalink
build tags rework
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jan 24, 2022
1 parent a584f34 commit d594889
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,7 @@ builds:
- CGO_ENABLED=0
flags:
- -trimpath
tags:
# tags required for CGO-less podman installation
- podman
- exclude_graphdriver_btrfs
- btrfs_noversion
- exclude_graphdriver_devicemapper
- exclude_graphdriver_overlay
- containers_image_openpgp"
#
- -tags="podman exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper exclude_graphdriver_overlay containers_image_openpgp"
ldflags:
- -s -w -X github.com/srl-labs/containerlab/cmd.version={{.Version}} -X github.com/srl-labs/containerlab/cmd.commit={{.ShortCommit}} -X github.com/srl-labs/containerlab/cmd.date={{.Date}}
goos:
Expand Down

0 comments on commit d594889

Please sign in to comment.