forked from greenled/portainer-stack-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yml
57 lines (57 loc) · 1.28 KB
/
.goreleaser.yml
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
49
50
51
52
53
54
55
56
57
project_name: portainer-stack-utils
env:
- GO111MODULE=on
before:
hooks:
- go mod download
builds:
- main: main.go
binary: psu
ldflags:
- -X github.com/greenled/portainer-stack-utils/version.version={{ .Version }} -X github.com/greenled/portainer-stack-utils/version.commitHash={{ .ShortCommit }} -X github.com/greenled/portainer-stack-utils/version.buildDate={{ .Date }}
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 7
archives:
- format: tar.gz
format_overrides:
- goos: windows
format: zip
replacements:
386: 32bit
amd64: 64bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
release:
github:
owner: greenled
name: portainer-stack-utils
prerelease: auto
dockers:
- image_templates:
- "{{ .Env.CI_REGISTRY_IMAGE }}:{{ .Major }}"
- "{{ .Env.CI_REGISTRY_IMAGE }}:{{ .Major }}.{{ .Minor }}"
- "{{ .Env.CI_REGISTRY_IMAGE }}:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
goos: linux
goarch: amd64
binaries:
- psu
skip_push: auto
dockerfile: Dockerfile
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: SNAPSHOT