Codebase list nextnet / master .goreleaser.yml
master

Tree @master (Download .tar.gz)

.goreleaser.yml @masterraw · 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