forked from kube-bind/kube-bind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yaml
43 lines (42 loc) · 1006 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
builds:
- id: "kubectl-bind"
main: ./cmd/kubectl-bind
binary: bin/kubectl-bind
ldflags:
- "{{ .Env.LDFLAGS }}"
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
- ppc64le
ignore:
- goos: darwin
goarch: ppc64le
- goos: windows
goarch: ppc64le
archives:
- id: kubectl-bind
builds:
- kubectl-bind
name_template: "kubectl-bind_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
release:
prerelease: auto
mode: keep-existing
krews:
- name: bind
ids:
- kubectl-bind
index:
owner: kube-bind
name: krew-index
token: "{{ .Env.KREW_GITHUB_TOKEN }}"
homepage: "https://kubectl-bind.io/"
description: |
Binds API services and other remote types into the current cluster. API services
are CRDs that are operated by a service provider without anything by that service
provider running in the local cluster. Real SaaS for Kubernetes.
short_description: "Bind API services and other remote types into the current cluster."
skip_upload: auto