Updated goreleaser

This commit is contained in:
mmontes11
2024-08-26 11:36:19 +02:00
parent 0f7634d997
commit ca7e5a85c4

View File

@ -1,9 +1,9 @@
version: 2
changelog: changelog:
use: github-native use: github-native
builds: builds:
- id: mariadb-operator - id: mariadb-operator
main: ./cmd/controller main: ./cmd/controller
binary: "mariadb-operator_{{ .Version }}_{{ .Arch }}"
env: env:
- CGO_ENABLED=0 - CGO_ENABLED=0
goos: goos:
@ -12,3 +12,6 @@ builds:
goarch: goarch:
- amd64 - amd64
- arm64 - arm64
archives:
- format: tar.gz
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"