Skip to content

Commit

Permalink
Add Linux arm
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Chlebek <[email protected]>
  • Loading branch information
echlebek committed Jul 11, 2020
1 parent 406be94 commit 27c21d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .bonsai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ builds:
- "entity.system.os == 'linux'"
- "entity.system.arch == '386'"

- platform: "linux"
arch: "arm"
asset_filename: "#{repo}_#{version}_linux_arm.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'arm'"

- platform: "linux"
arch: "arm64"
asset_filename: "#{repo}_#{version}_linux_arm64.tar.gz"
Expand Down

0 comments on commit 27c21d9

Please sign in to comment.