version: 2 project_name: nptm builds: - id: "nptm-build" main: . binary: nptm env: - CGO_ENABLED=0 goos: - linux - windows - darwin goarch: - amd64 - arm64 ignore: - goos: windows goarch: arm64 archives: - formats: - tar.gz format_overrides: - goos: windows formats: - zip name_template: >- {{ .ProjectName }}- {{- .Version }}- {{- .Os }}- {{- .Arch }} files: - README.md - LICENSE checksum: name_template: 'checksums.txt' release: github: owner: e22m4u name: npm-proxy-time-machine draft: false prerelease: auto