From 89271a898460cbc144ddc01ff55c0a95358856a1 Mon Sep 17 00:00:00 2001 From: Sean Porter Date: Thu, 23 Jul 2020 14:03:46 -0700 Subject: [PATCH] updated bonsai.yml to include armv6 build Signed-off-by: Sean Porter --- .bonsai.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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"