Skip to content

Commit 74b3c08

Browse files
committed
update releaser
Signed-off-by: Viet Anh Duong <vietanhs0817@gmail.com>
1 parent e96279c commit 74b3c08

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ build:
33
main: ./cmd
44
ldflags:
55
- -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}}
6-
goarch:
7-
- amd64
8-
- arm
9-
- arm64
6+
goos:
7+
- darwin
8+
- linux
109
changelog:
1110
skip: false
1211
use: git

0 commit comments

Comments
 (0)