Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
feat(crdvalidator): add goreleaser support
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Slaton <tyslaton@redhat.com>
  • Loading branch information
Tyler Slaton committed Apr 13, 2022
1 parent 6deb19d commit 5d5a148
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ builds:
- amd64
ldflags:
- -X {{ .Env.PKG }}.GitCommit={{ .ShortCommit }}
- id: crdvalidator
main: ./cmd/crdvalidator
binary: crdvalidator
goos:
- linux
goarch:
- amd64
ldflags:
- -X {{ .Env.PKG }}.GitCommit={{ .ShortCommit }}
dockers:
- image_templates:
- "{{ .Env.IMAGE_REPO }}:{{ .Tag }}-amd64"
Expand Down

0 comments on commit 5d5a148

Please sign in to comment.