-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbindl.yaml
43 lines (42 loc) · 954 Bytes
/
bindl.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
platforms:
linux:
- amd64
darwin:
- arm64
programs:
- name: ko
provider: github
version: 0.11.2
overlay:
OS:
linux: Linux
darwin: Darwin
Arch:
amd64: x86_64
paths:
base: google/ko
target: '{{ .Name }}_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz'
checksums:
artifact: checksums.txt
- name: flyctl
provider: github
version: 0.0.323
overlay:
OS:
linux: Linux
darwin: macOS
Arch:
amd64: x86_64
paths:
base: superfly/flyctl
target: '{{ .Name }}_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz'
checksums:
artifact: checksums.txt
- name: golangci-lint
version: 1.45.2
provider: github
paths:
base: golangci/golangci-lint
target: "{{ .Name }}-{{ .Version }}-{{ .OS }}-{{ .Arch }}.tar.gz"
checksums:
artifact: "{{ .Name }}-{{ .Version }}-checksums.txt"