-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathregistry.yaml
42 lines (42 loc) · 1.04 KB
/
registry.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
packages:
- type: github_release
repo_owner: zoetrope
repo_name: declarative-port-forwarder
asset: declarative-port-forwarder_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
overrides:
- goos: windows
format: zip
checksum:
type: github_release
asset: checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
- type: github_release
repo_owner: nalbury
repo_name: promql-cli
asset: promql-{{.Version}}-{{.OS}}-{{.Arch}}.tar.gz
description: Prometheus Query CLI
files:
- name: promql
supported_envs:
- linux
- darwin
- type: github_release
repo_owner: grafana
repo_name: tempo
asset: tempo_{{trimV .Version}}_{{.OS}}_{{.Arch}}.tar.gz
description: Tempo CLI
files:
- name: tempo-cli
supported_envs:
- linux
- darwin