Skip to content

Commit

Permalink
update goreleaser conf
Browse files Browse the repository at this point in the history
  • Loading branch information
dviejokfs committed Jan 16, 2022
1 parent 19cf4ea commit 7bd7396
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@ before:
- go mod download

builds:
-
goos:
- linux
goarch:
- amd64
env:
- CGO_ENABLED=0
ldflags:
- -s -w -X main.version={{.Tag}}
flags:
- -trimpath
-
id: hlf-cc-dev
dir: hlf-cc-dev
Expand All @@ -46,12 +35,6 @@ builds:
flags:
- -trimpath

archives:
-
id: hlf-cc-dev
format: zip
allow_different_binary_count: true

dockers:
-
# GOOS of the built binary that should be used.
Expand Down

0 comments on commit 7bd7396

Please sign in to comment.