Codebase list nextnet / upstream/latest .goreleaser.yml
upstream/latest

Tree @upstream/latest (Download .tar.gz)

.goreleaser.yml @upstream/latestraw · 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