|
1 | 1 | ---
|
2 | 2 | description: "#{repo}"
|
3 | 3 | builds:
|
4 |
| -- platform: "debian" |
| 4 | +- platform: "alpine" |
5 | 5 | arch: "amd64"
|
6 |
| - asset_filename: "#{repo}_#{version}_debian_linux_amd64.tar.gz" |
| 6 | + asset_filename: "#{repo}_#{version}_alpine_linux_amd64.tar.gz" |
7 | 7 | sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
|
8 | 8 | filter:
|
9 | 9 | - "entity.system.os == 'linux'"
|
10 | 10 | - "entity.system.arch == 'amd64'"
|
11 |
| - - "entity.system.platform_family == 'debian'" |
12 |
| -- platform: "centos" |
| 11 | + - "entity.system.platform == 'alpine'" |
| 12 | + - "entity.system.platform_version.split('.')[0] == '3'" |
| 13 | +- platform: "alpine3.8" |
13 | 14 | arch: "amd64"
|
14 |
| - asset_filename: "#{repo}_#{version}_centos_linux_amd64.tar.gz" |
| 15 | + asset_filename: "#{repo}_#{version}_alpine3.8_linux_amd64.tar.gz" |
| 16 | + sha_filename: "#{repo}_#{version}_sha512-checksums.txt" |
| 17 | + filter: |
| 18 | + - "entity.system.os == 'linux'" |
| 19 | + - "entity.system.arch == 'amd64'" |
| 20 | + - "entity.system.platform == 'alpine'" |
| 21 | +- platform: "centos6" |
| 22 | + arch: "amd64" |
| 23 | + asset_filename: "#{repo}_#{version}_centos6_linux_amd64.tar.gz" |
15 | 24 | sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
|
16 | 25 | filter:
|
17 | 26 | - "entity.system.os == 'linux'"
|
18 | 27 | - "entity.system.arch == 'amd64'"
|
19 | 28 | - "entity.system.platform_family == 'rhel'"
|
20 |
| -- platform: "alpine" |
| 29 | + - "entity.system.platform_version.split('.')[0] == '6'" |
| 30 | +- platform: "centos7" |
21 | 31 | arch: "amd64"
|
22 |
| - asset_filename: "#{repo}_#{version}_alpine_linux_amd64.tar.gz" |
| 32 | + asset_filename: "#{repo}_#{version}_centos7_linux_amd64.tar.gz" |
| 33 | + sha_filename: "#{repo}_#{version}_sha512-checksums.txt" |
| 34 | + filter: |
| 35 | + - "entity.system.os == 'linux'" |
| 36 | + - "entity.system.arch == 'amd64'" |
| 37 | + - "entity.system.platform_family == 'rhel'" |
| 38 | + - "entity.system.platform_version.split('.')[0] == '7'" |
| 39 | +- platform: "debian" |
| 40 | + arch: "amd64" |
| 41 | + asset_filename: "#{repo}_#{version}_debian_linux_amd64.tar.gz" |
| 42 | + sha_filename: "#{repo}_#{version}_sha512-checksums.txt" |
| 43 | + filter: |
| 44 | + - "entity.system.os == 'linux'" |
| 45 | + - "entity.system.arch == 'amd64'" |
| 46 | + - "entity.system.platform_family == 'debian'" |
| 47 | +- platform: "debian9" |
| 48 | + arch: "amd64" |
| 49 | + asset_filename: "#{repo}_#{version}_debian9_linux_amd64.tar.gz" |
23 | 50 | sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
|
24 | 51 | filter:
|
25 | 52 | - "entity.system.os == 'linux'"
|
26 | 53 | - "entity.system.arch == 'amd64'"
|
27 |
| - - "entity.system.platform == 'alpine'" |
28 |
| - |
|
0 commit comments