Files
netrunner/.goreleaser.yml
T
2022-02-23 16:23:39 -08:00

24 lines
575 B
YAML

# ref. https://goreleaser.com/customization/build/
builds:
- id: avalanche-network-runner
main: ./cmd/avalanche-network-runner
binary: avalanche-network-runner
flags:
- -v
ignore:
- goos: darwin
goarch: 386
- goos: linux
goarch: 386
- goos: windows
goarch: 386
- goos: freebsd
goarch: 386
release:
# Repo in which the release will be created.
# Default is extracted from the origin remote URL or empty if its private hosted.
github:
owner: ava-labs
name: avalanche-network-runner