mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-07-20 16:35:48 +00:00
17 lines
318 B
YAML
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 }}" |