Skip to content

Commit 9214c27

Browse files
Add new command to goreleaser
So on a pushed tag we'll build it and add a release. Ticket: DENA-842
1 parent 8878f48 commit 9214c27

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.goreleaser.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ builds:
3232
- linux
3333
- windows
3434
- darwin
35+
- id: get-kustomize-build-base
36+
main: ./cmd/get-kustomize-build-base
37+
binary: get-kustomize-build-base
38+
env:
39+
- CGO_ENABLED=0
40+
goos:
41+
- linux
42+
- windows
43+
- darwin
3544

3645
archives:
3746
- format: tar.gz

0 commit comments

Comments
 (0)