File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ description : " #{repo}"
3+ builds :
4+ - platform : " debian"
5+ arch : " amd64"
6+ asset_filename : " #{repo}_#{version}_debian_linux_amd64.tar.gz"
7+ sha_filename : " #{repo}_#{version}_sha512-checksums.txt"
8+ filter :
9+ - " entity.system.os == 'linux'"
10+ - " entity.system.arch == 'amd64'"
11+ - " entity.system.platform == 'debian'"
12+ - platform : " centos"
13+ arch : " amd64"
14+ asset_filename : " #{repo}_#{version}_centos_linux_amd64.tar.gz"
15+ sha_filename : " #{repo}_#{version}_sha512-checksums.txt"
16+ filter :
17+ - " entity.system.os == 'linux'"
18+ - " entity.system.arch == 'amd64'"
19+ - " entity.system.platform == 'rhel'"
20+ - platform : " alpine"
21+ arch : " amd64"
22+ asset_filename : " #{repo}_#{version}_alpine_linux_amd64.tar.gz"
23+ sha_filename : " #{repo}_#{version}_sha512-checksums.txt"
24+ filter :
25+ - " entity.system.os == 'linux'"
26+ - " entity.system.arch == 'amd64'"
27+ - " entity.system.platform == 'alpine'"
28+
You can’t perform that action at this time.
0 commit comments