Skip to content

Commit

Permalink
Add new command to goreleaser
Browse files Browse the repository at this point in the history
So on a pushed tag we'll build it and add a release.

Ticket: DENA-842
  • Loading branch information
matthewhughes-uw committed Oct 30, 2024
1 parent 8878f48 commit 9214c27
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ builds:
- linux
- windows
- darwin
- id: get-kustomize-build-base
main: ./cmd/get-kustomize-build-base
binary: get-kustomize-build-base
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin

archives:
- format: tar.gz
Expand Down

0 comments on commit 9214c27

Please sign in to comment.