Files
mariadb-operator/.goreleaser.yml
2024-08-26 11:36:19 +02:00

17 lines
318 B
YAML

version: 2
changelog:
use: github-native
builds:
- id: mariadb-operator
main: ./cmd/controller
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
- arm64
archives:
- format: tar.gz
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"