Skip to content

Commit

Permalink
re-enable alpine asset build, now that runtime asset bug is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jef Spaleta committed Jun 22, 2019
1 parent 4179054 commit 30d8361
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .bonsai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ builds:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'amd64'"
- "entity.system.platform == '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'"
- 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 30d8361

Please sign in to comment.