-
Notifications
You must be signed in to change notification settings - Fork 16
/
.goreleaser.yaml
48 lines (45 loc) · 1.04 KB
/
.goreleaser.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#file: noinspection YAMLSchemaValidation
version: 2
builds:
- env:
- CGO_ENABLED=0
binary: singularity
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
- 386
mod_timestamp: '{{.CommitTimestamp}}'
archives:
- format_overrides:
- goos: windows
format: zip
- goos: darwin
format: zip
name_template: >-
{{ .ProjectName }}_{{ .Version }}_
{{- if eq .Os "darwin" }}mac_os
{{- else }}{{ .Os }}{{ end }}_{{ .Arch }}
files:
- LICENSE
- README.md
- docs/*
release:
mode: keep-existing
changelog:
disable: true
checksum:
disable: false
nfpms:
- formats:
- deb
- rpm
- archlinux
vendor: Data Programs
homepage: https://github.com/data-preservation-programs/singularity
maintainer: Xinan Xu <xinan.xu@protocol.ai>
description: The new pure-go implementation of Singularity provides everything you need to onboard your, or your client's data to Filecoin network.
license: MIT + Apache 2.0