Codebase list nextnet / fresh-snapshots/upstream .goreleaser.yml
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

.goreleaser.yml @fresh-snapshots/upstreamraw · history · blame

# .goreleaser.yml
# Build customization
builds:
  - binary: nextnet
    goos:
      - linux
      - windows
      - darwin
      - freebsd
    goarch:
      - amd64
      - 386
      - mips
      - mipsle
      - mips64
      - mips64le
      - arm
      - arm64
      - ppc
      - ppc64