diff --git a/.bonsai.yml b/.bonsai.yml index 2f724f6..118c9a6 100644 --- a/.bonsai.yml +++ b/.bonsai.yml @@ -25,6 +25,14 @@ builds: - "entity.system.os == 'linux'" - "entity.system.arch == 'arm64'" +- platform: "linux" + arch: "armv6" + asset_filename: "#{repo}_#{version}_linux_armv6.tar.gz" + sha_filename: "#{repo}_#{version}_sha512-checksums.txt" + filter: + - "entity.system.os == 'linux'" + - "entity.system.arch == 'armv6'" + - platform: "linux" arch: "armv7" asset_filename: "#{repo}_#{version}_linux_armv7.tar.gz"