-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.yaml
More file actions
46 lines (46 loc) · 1.25 KB
/
Copy pathregistry.yaml
File metadata and controls
46 lines (46 loc) · 1.25 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
packages:
- type: github_release
repo_owner: attakei
repo_name: age
description: Alt bumpversion
version_constraint: "false"
version_overrides:
- version_constraint: Version == "v0.1.0"
asset: gazer-{{.Version}}_{{.OS}}.{{.Format}}
format: zip
files:
- name: age
src: gazer-{{.Version}}_{{.OS}}/gazer
replacements:
darwin: macosx
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 0.7.0")
asset: age-{{.Version}}_{{.OS}}.{{.Format}}
format: zip
files:
- name: age
src: age-{{.Version}}_{{.OS}}/age
replacements:
darwin: macosx
supported_envs:
- darwin
- windows
- amd64
- version_constraint: "true"
asset: age-{{.Version}}_{{.OS}}_x86-64.{{.Format}}
files:
- name: age
src: age-{{.Version}}/age
format: zip
replacements:
darwin: macos
overrides:
- goos: darwin
asset: age-{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
supported_envs:
- linux/amd64
- darwin/arm64
- windows/amd64