From a1e55b4d550afbe969c60e2e61e3ebb313cf3b3e Mon Sep 17 00:00:00 2001 From: Kervin Hu Date: Fri, 7 Apr 2023 16:23:11 +0800 Subject: [PATCH] fix: update the goreleaser.yml to fix the github release failed --- .goreleaser.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 6f78382..ffb41cc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1 +1,14 @@ -project_name: dthcli \ No newline at end of file +project_name: dthcli +builds: +- ignore: + # Exclude the following combinations + - goos: darwin + goarch: '386' + - goos: darwin + goarch: 'arm' + - goos: windows + goarch: 'arm' + - goos: windows + goarch: 'arm64' + - goos: windows + goarch: '386' \ No newline at end of file