Skip to content

Commit

Permalink
update releaser
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Anh Duong <[email protected]>
  • Loading branch information
vietanhduong committed May 24, 2023
1 parent e96279c commit 74b3c08
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ build:
main: ./cmd
ldflags:
- -s -w -X github.com/vietanhduong/pause-gcp/pkg/config/version.Version={{.Version}} -X github.com/vietanhduong/pause-gcp/pkg/config/version.GitCommit={{.Commit}} -X github.com/vietanhduong/pause-gcp/pkg/config/version.BuildDate={{.Date}}
goarch:
- amd64
- arm
- arm64
goos:
- darwin
- linux
changelog:
skip: false
use: git
Expand Down

0 comments on commit 74b3c08

Please sign in to comment.