Skip to content

Commit

Permalink
fix for .bonsai.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jef Spaleta committed Jun 22, 2019
1 parent 6a6ab94 commit 74b03bd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .bonsai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ builds:
- "entity.system.arch == 'amd64'"
- "entity.system.platform_family == 'rhel'"
- platform: "alpine"
arch: "amd64"
asset_filename: "#{repo}_#{version}_alpine_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform == 'alpine'"
arch: "amd64"
asset_filename: "#{repo}_#{version}_alpine_linux_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform == 'alpine'"

0 comments on commit 74b03bd

Please sign in to comment.