Skip to content

Commit

Permalink
Added CentOS8 to bonsai
Browse files Browse the repository at this point in the history
  • Loading branch information
W. Duncan Fraser committed Aug 24, 2021
1 parent 99066fa commit 671933c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .bonsai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@ builds:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform == 'alpine'"
- platform: "centos6"
- platform: "centos7"
arch: "amd64"
asset_filename: "#{repo}_#{version}_centos6_linux_amd64.tar.gz"
asset_filename: "#{repo}_#{version}_centos7_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform_family == 'rhel'"
- "entity.system.platform_version.split('.')[0] == '6'"
- platform: "centos7"
- "entity.system.platform_version.split('.')[0] == '7'"
- platform: "centos8"
arch: "amd64"
asset_filename: "#{repo}_#{version}_centos7_linux_amd64.tar.gz"
asset_filename: "#{repo}_#{version}_centos8_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform_family == 'rhel'"
- "entity.system.platform_version.split('.')[0] == '7'"
- "entity.system.platform_version.split('.')[0] == '8'"
- platform: "debian"
arch: "amd64"
asset_filename: "#{repo}_#{version}_debian_linux_amd64.tar.gz"
Expand All @@ -51,3 +51,5 @@ builds:
filter:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform_family == 'debian'"
- "entity.system.platform_version.split('.')[0] == '9'"

0 comments on commit 671933c

Please sign in to comment.