forked from github/multus-cni
25 lines
426 B
YAML
25 lines
426 B
YAML
# This is an example goreleaser.yaml file with some sane defaults.
|
|
# Make sure to check the documentation at http://goreleaser.com
|
|
builds:
|
|
-
|
|
env:
|
|
- CGO_ENABLED=0
|
|
main: ./multus/
|
|
goos:
|
|
- linux
|
|
goarch:
|
|
- 386
|
|
- amd64
|
|
- arm
|
|
- arm64
|
|
archive:
|
|
wrap_in_directory: true
|
|
checksum:
|
|
name_template: 'checksums.txt'
|
|
snapshot:
|
|
name_template: "{{ .Tag }}-snapshot"
|
|
#release:
|
|
# draft: true
|
|
changelog:
|
|
skip: true
|