Skip to content

Commit

Permalink
Fix platform_version attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jef Spaleta committed Jun 17, 2019
1 parent fbc5a36 commit 3acf180
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .bonsai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ builds:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform == 'alpine'"
- "entity.system.platform_release.split('.')[0] == '3'"
- "entity.system.platform_version.split('.')[0] == '3'"
- platform: "alpine3.8"
arch: "amd64"
asset_filename: "#{repo}_#{version}_ruby-2.4.4_alpine3.8_linux_amd64.tar.gz"
Expand All @@ -34,7 +34,7 @@ builds:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform_family == 'rhel'"
- "entity.system.platform_release.split('.')[0] == '6'"
- "entity.system.platform_version.split('.')[0] == '6'"
- platform: "centos7"
arch: "amd64"
asset_filename: "#{repo}_#{version}_ruby-2.4.4_centos7_linux_amd64.tar.gz"
Expand All @@ -43,7 +43,7 @@ builds:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform_family == 'rhel'"
- "entity.system.platform_release.split('.')[0] == '7'"
- "entity.system.platform_version.split('.')[0] == '7'"
- platform: "debian"
arch: "amd64"
asset_filename: "#{repo}_#{version}_ruby-2.4.4_debian_linux_amd64.tar.gz"
Expand All @@ -60,4 +60,4 @@ builds:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform_family == 'debian'"
- "entity.system.platform_release.split('.')[0] == '9'"
- "entity.system.platform_version.split('.')[0] == '9'"

0 comments on commit 3acf180

Please sign in to comment.