Skip to content

Commit

Permalink
Merge pull request #24 from DJM0/patch-1
Browse files Browse the repository at this point in the history
Update ARM filters in .bonsai.yml for armv7
  • Loading branch information
jspaleta authored Jun 25, 2022
2 parents 2efc9b3 + eb10755 commit bc8b238
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .bonsai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'linux'"
- "entity.system.arch == 'armv7'"
- "entity.system.arch == 'arm'"
- "entity.system.arm_version == 7"

- platform: "OSX"
arch: "amd64"
Expand All @@ -48,4 +49,4 @@
filter:
- "entity.system.os == 'windows'"
- "entity.system.arch == 'amd64'"


0 comments on commit bc8b238

Please sign in to comment.