File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,24 @@ builds:
17
17
- " entity.system.os == 'linux'"
18
18
- " entity.system.arch == 'amd64'"
19
19
- " entity.system.platform_family == 'rhel'"
20
+ - platform : " centos6"
21
+ arch : " amd64"
22
+ asset_filename : " #{repo}_#{version}_centos6_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_family == 'rhel'"
28
+ - " parseInt(entity.system.platform_version.split('.')[0]) > 6"
29
+ - platform : " centos7"
30
+ arch : " amd64"
31
+ asset_filename : " #{repo}_#{version}_centos7_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
+ - " parseInt(entity.system.platform_version.split('.')[0]) > 7"
20
38
- platform : " alpine"
21
39
arch : " amd64"
22
40
asset_filename : " #{repo}_#{version}_alpine_linux_amd64.tar.gz"
You can’t perform that action at this time.
0 commit comments