From 6665a7f14c7a0fb283c1b4782b7af8ef2211db70 Mon Sep 17 00:00:00 2001 From: Jef Spaleta Date: Mon, 11 May 2020 11:34:37 -0800 Subject: [PATCH] remove unsupported darwin 386 release --- .bonsai.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.bonsai.yml b/.bonsai.yml index 9ffca6c..2d6f9d6 100644 --- a/.bonsai.yml +++ b/.bonsai.yml @@ -41,14 +41,6 @@ builds: - "entity.system.os == 'darwin'" - "entity.system.arch == 'amd64'" -- platform: "OSX" - arch: "386" - asset_filename: "#{repo}_#{version}_darwin_386.tar.gz" - sha_filename: "#{repo}_#{version}_sha512-checksums.txt" - filter: - - "entity.system.os == 'darwin'" - - "entity.system.arch == '386'" - - platform: "Windows" arch: "amd64" asset_filename: "#{repo}_#{version}_windows_amd64.tar.gz"