-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.goreleaser.yml
More file actions
63 lines (58 loc) · 1.38 KB
/
.goreleaser.yml
File metadata and controls
63 lines (58 loc) · 1.38 KB
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
project_name: kubectl-kedge
version: 2
env:
- CGO_ENABLED=0
- LDFLAGS={{ .Env.LDFLAGS }}
builds:
- id: kubectl-kedge
dir: cmd/kedge
binary: kubectl-kedge
ldflags: "{{ .Env.LDFLAGS }}"
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
- ppc64le
ignore:
- goos: darwin
goarch: ppc64le
- goos: windows
goarch: ppc64le
archives:
- id: kubectl-kedge-plugin
ids:
- kubectl-kedge
name_template: "kubectl-kedge_{{ .Os }}_{{ .Arch }}"
release:
prerelease: auto
mode: keep-existing
github:
owner: faroshq
blobs:
- provider: s3
endpoint: https://d7fc6dd1a6252d2a0ea1a629770cd3a8.r2.cloudflarestorage.com
region: auto
ids:
- kubectl-kedge-plugin
bucket: faros
directory: "cli/kedge/{{.Tag}}"
krews:
- name: kedge
ids:
- kubectl-kedge-plugin
repository:
owner: faroshq
name: krew-index
token: "{{ .Env.KREW_GITHUB_TOKEN }}"
homepage: "https://faros.sh/"
url_template: "https://downloads.faros.sh/cli/kedge/{{ .Tag }}/{{ .ArtifactName }}"
description: |
Manage kedge edges and workloads from the command line.
kubectl kedge login - Log in to a kedge hub
kubectl kedge ws - Navigate kcp workspaces
kubectl kedge edge - Manage edges
short_description: "Manage kedge edges and workloads from the command line."
skip_upload: auto