From 96597dc5aaf8bfd6371fd3a2a6ac67e53cccaac1 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 21 Mar 2022 11:43:14 +0000 Subject: [PATCH] Update ARM filters in .bonsai.yml for armv7 Use `arm_version` (https://github.com/sensu/sensu-go/issues/3563#issuecomment-587538168) --- .bonsai.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.bonsai.yml b/.bonsai.yml index 17856a2..16dd2e6 100644 --- a/.bonsai.yml +++ b/.bonsai.yml @@ -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" @@ -48,4 +49,4 @@ filter: - "entity.system.os == 'windows'" - "entity.system.arch == 'amd64'" - \ No newline at end of file +