-
-
Notifications
You must be signed in to change notification settings - Fork 122
/
Copy pathregistry.yaml
106 lines (106 loc) · 3.28 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: Boeing
repo_name: config-file-validator
description: Cross Platform tool to validate configuration files
asset: validator-{{.Version}}-{{.OS}}-{{.Arch}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
goarch: amd64
format: zip
- goos: windows
goarch: arm64
type: go_install
path: github.com/Boeing/config-file-validator/cmd/validator
files:
- name: validator
checksum:
type: github_release
asset: "{{.Asset}}.md5"
algorithm: md5
version_constraint: semver(">= 1.5.0")
version_overrides:
- version_constraint: Version == "v1.4.0"
asset: validator-{{trimV .Version}}-{{.OS}}-{{.Arch}}
format: raw
checksum:
enabled: false
overrides:
- goos: windows
goarch: amd64
asset: validator-{{trimV .Version}}
- goos: linux
goarch: arm64
type: go_install
path: github.com/Boeing/config-file-validator/cmd/validator
- goos: windows
goarch: arm64
type: go_install
path: github.com/Boeing/config-file-validator/cmd/validator
files:
- name: validator
replacements:
darwin: macos
rosetta2: true
- version_constraint: Version == "v1.3.0"
asset: validator.{{.OS}}-{{.Arch}}
format: raw
replacements:
darwin: macos
rosetta2: true
checksum:
enabled: false
overrides:
- goos: windows
goarch: amd64
asset: validator
- goos: linux
goarch: arm64
type: go_install
path: github.com/Boeing/config-file-validator/cmd/validator
- goos: windows
goarch: arm64
type: go_install
path: github.com/Boeing/config-file-validator/cmd/validator
- version_constraint: semver(">= 1.0.1")
asset: validator.{{.OS}}-{{.Arch}}
format: raw
rosetta2: true
replacements: {}
checksum:
enabled: false
overrides:
- goos: windows
goarch: amd64
asset: validator
- goarch: arm64
type: go_install
path: github.com/Boeing/config-file-validator/cmd/validator
- goos: darwin
type: go_install
path: github.com/Boeing/config-file-validator/cmd/validator
- version_constraint: Version == "v1.0.0"
asset: validator.{{.OS}}-{{.Arch}}
format: raw
replacements: {}
rosetta2: true
checksum:
enabled: false
overrides:
- goos: windows
goarch: amd64
asset: validator
- goarch: arm64
type: go_build
files:
- name: validator
src: ./cmd/validator
dir: config-file-validator-{{trimV .Version}}
- goos: darwin
type: go_build
files:
- name: validator
src: ./cmd/validator
dir: config-file-validator-{{trimV .Version}}