generated from ContainerSSH/library-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.goreleaser.yaml
78 lines (78 loc) · 1.91 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
before:
hooks:
- go generate
- go test ./...
builds:
- id: containerssh-agent
binary: "containerssh-agent"
goos:
- linux
- windows
goarch:
- amd64
env:
- CGO_ENABLED=0
archives:
- builds:
- containerssh-agent
format_overrides:
- goos: windows
format: zip
nfpms:
- id: deb-package
vendor: ContainerSSH
homepage: https://containerssh.io
maintainer: Janos Pasztor <[email protected]>
description: The guest agent for ContainerSSH, an SSH server that launches containers on demand.
license: MIT
package_name: containerssh-agent
builds:
- containerssh-agent
formats:
- deb
bindir: /usr/bin
- id: rpm-package
vendor: ContainerSSH
homepage: https://containerssh.io
maintainer: Janos Pasztor <[email protected]>
description: The guest agent for ContainerSSH, an SSH server that launches containers on demand.
license: MIT
package_name: containerssh-agent
builds:
- containerssh-agent
formats:
- rpm
bindir: /usr/bin
- id: apk-package
vendor: ContainerSSH
homepage: https://containerssh.io
maintainer: Janos Pasztor <[email protected]>
description: The guest agent for ContainerSSH, an SSH server that launches containers on demand.
license: MIT
package_name: containerssh-agent
builds:
- containerssh-agent
formats:
- apk
bindir: /usr/bin
dockers:
- image_templates:
- "containerssh/agent:latest"
- "containerssh/agent:{{ .Tag }}"
- "quay.io/containerssh/agent:latest"
- "quay.io/containerssh/agent:{{ .Tag }}"
dockerfile: Dockerfile
source:
enabled: true
name_template: 'containerssh-agent-{{ .Version }}-source'
signs:
- id: sign-all
artifacts: all
dist: build
release:
github:
owner: containerssh
name: agent
prerelease: auto
extra_files:
- glob: LICENSE