From 96946c8d05e4d5ae6c06155b0ef32950a87bbe96 Mon Sep 17 00:00:00 2001 From: Jacob Sadowyj Date: Fri, 22 Sep 2023 14:13:09 -0500 Subject: [PATCH] remove MacOS and Windows builds --- .bonsai.yml | 17 ----------------- .goreleaser.yml | 3 --- 2 files changed, 20 deletions(-) diff --git a/.bonsai.yml b/.bonsai.yml index 9550f76..d8a0b9a 100644 --- a/.bonsai.yml +++ b/.bonsai.yml @@ -42,20 +42,3 @@ - "entity.system.os == 'linux'" - "entity.system.arch == 'arm'" - "entity.system.arm_version == 6" - - - platform: "OSX" - arch: "amd64" - asset_filename: "#{repo}_#{version}_darwin_amd64.tar.gz" - sha_filename: "#{repo}_#{version}_sha512-checksums.txt" - filter: - - "entity.system.os == 'darwin'" - - "entity.system.arch == 'amd64'" - - - platform: "Windows" - arch: "amd64" - asset_filename: "#{repo}_#{version}_windows_amd64.tar.gz" - sha_filename: "#{repo}_#{version}_sha512-checksums.txt" - filter: - - "entity.system.os == 'windows'" - - "entity.system.arch == 'amd64'" - diff --git a/.goreleaser.yml b/.goreleaser.yml index 0fd6c8c..ed763b7 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,15 +9,12 @@ builds: # Set the binary output location to bin/ so archive will comply with Sensu Go Asset structure binary: bin/{{ .ProjectName }} targets: - - darwin_amd64 - linux_386 - linux_amd64 - linux_arm_5 - linux_arm_6 - linux_arm_7 - linux_arm64 - - windows_386 - - windows_amd64 checksum: name_template: "{{ .ProjectName }}_{{ .Version }}_sha512-checksums.txt"