Skip to content

Commit a4ea124

Browse files
author
Cameron Johnston
committed
add centos 6 and centos 7 to bonsai.yml
1 parent 5b70b8a commit a4ea124

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.bonsai.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,24 @@ builds:
1717
- "entity.system.os == 'linux'"
1818
- "entity.system.arch == 'amd64'"
1919
- "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"
2038
- platform: "alpine"
2139
arch: "amd64"
2240
asset_filename: "#{repo}_#{version}_alpine_linux_amd64.tar.gz"

0 commit comments

Comments
 (0)