mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
24 lines
575 B
YAML
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
|