forked from spigell/pulumi-hcloud-kube-hetzner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yaml
44 lines (44 loc) · 1020 Bytes
/
.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
archives:
- id: pulumi-archive
name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}'
builds:
- pulumi-component
- id: binary
format: binary
name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}'
builds:
- reboot-checker
builds:
- binary: pulumi-resource-hcloud-kube-hetzner
id: pulumi-component
dir: pulumi-component/provider
env:
- CGO_ENABLED=0
- GO111MODULE=on
goarch:
- amd64
- arm64
goos:
- darwin
- linux
ldflags:
- -w -s -X github.com/spigell/pulumi-hcloud-kube-hetzner/pulumi-component/pkg/version.Version={{.Tag}}
main: ./cmd/pulumi-resource-hcloud-kube-hetzner/
- binary: reboot-checker
id: reboot-checker
env:
- CGO_ENABLED=0
- GO111MODULE=on
goarch:
- amd64
- arm64
goos:
- darwin
- linux
main: ./cmd/reboot-checker
changelog:
use: github-native
release:
disable: false
snapshot:
name_template: '{{ .Tag }}-SNAPSHOT'