We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435d378 commit 9ac4be9Copy full SHA for 9ac4be9
.bonsai.yml
@@ -18,15 +18,6 @@ builds:
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"
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
- - "entity.system.platform_version.split('.')[0] == '6'"
30
- platform: "centos7"
31
arch: "amd64"
32
asset_filename: "#{repo}_#{version}_centos7_linux_amd64.tar.gz"
0 commit comments