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

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

.goreleaser.yml @fresh-snapshots/mainraw · 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