Skip to content

Commit

Permalink
fix for debian and rhel platform_family filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
Jef Spaleta committed May 9, 2019
1 parent 475add9 commit 66eb8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bonsai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ builds:
filter:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform == 'debian'"
- "entity.system.platform_family == 'debian'"
- platform: "centos"
arch: "amd64"
asset_filename: "#{repo}_#{version}_centos_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform == 'rhel'"
- "entity.system.platform_family == 'rhel'"
- platform: "alpine"
arch: "amd64"
asset_filename: "#{repo}_#{version}_alpine_linux_amd64.tar.gz"
Expand Down

0 comments on commit 66eb8aa

Please sign in to comment.