|
| 1 | +--- |
| 2 | +description: "#{repo}" |
| 3 | +builds: |
| 4 | +- platform: "alpine" |
| 5 | + arch: "amd64" |
| 6 | + asset_filename: "#{repo}_#{version}_alpine_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 == 'alpine'" |
| 12 | + - "entity.system.platform_version.split('.')[0] == '3'" |
| 13 | +- platform: "alpine3.8" |
| 14 | + arch: "amd64" |
| 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: "centos" |
| 22 | + arch: "amd64" |
| 23 | + asset_filename: "#{repo}_#{version}_centos_linux_amd64.tar.gz" |
| 24 | + sha_filename: "#{repo}_#{version}_sha512-checksums.txt" |
| 25 | + filter: |
| 26 | + - "entity.system.os == 'linux'" |
| 27 | + - "entity.system.arch == 'amd64'" |
| 28 | + - "entity.system.platform_family == 'rhel'" |
| 29 | +- platform: "centos6" |
| 30 | + arch: "amd64" |
| 31 | + asset_filename: "#{repo}_#{version}_centos6_linux_amd64.tar.gz" |
| 32 | + sha_filename: "#{repo}_#{version}_sha512-checksums.txt" |
| 33 | + filter: |
| 34 | + - "entity.system.os == 'linux'" |
| 35 | + - "entity.system.arch == 'amd64'" |
| 36 | + - "entity.system.platform_family == 'rhel'" |
| 37 | + - "entity.system.platform_version.split('.')[0] == '6'" |
| 38 | +- platform: "centos7" |
| 39 | + arch: "amd64" |
| 40 | + asset_filename: "#{repo}_#{version}_centos7_linux_amd64.tar.gz" |
| 41 | + sha_filename: "#{repo}_#{version}_sha512-checksums.txt" |
| 42 | + filter: |
| 43 | + - "entity.system.os == 'linux'" |
| 44 | + - "entity.system.arch == 'amd64'" |
| 45 | + - "entity.system.platform_family == 'rhel'" |
| 46 | + - "entity.system.platform_version.split('.')[0] == '7'" |
| 47 | +- platform: "debian" |
| 48 | + arch: "amd64" |
| 49 | + asset_filename: "#{repo}_#{version}_debian_linux_amd64.tar.gz" |
| 50 | + sha_filename: "#{repo}_#{version}_sha512-checksums.txt" |
| 51 | + filter: |
| 52 | + - "entity.system.os == 'linux'" |
| 53 | + - "entity.system.arch == 'amd64'" |
| 54 | + - "entity.system.platform_family == 'debian'" |
| 55 | +- platform: "debian9" |
| 56 | + arch: "amd64" |
| 57 | + asset_filename: "#{repo}_#{version}_debian9_linux_amd64.tar.gz" |
| 58 | + sha_filename: "#{repo}_#{version}_sha512-checksums.txt" |
| 59 | + filter: |
| 60 | + - "entity.system.os == 'linux'" |
| 61 | + - "entity.system.arch == 'amd64'" |
0 commit comments