From a3771609e0fa15ead87fc7f887292919b28bbf24 Mon Sep 17 00:00:00 2001 From: bootjp / Yoshiaki Ueda Date: Fri, 28 Jan 2022 21:08:51 +0900 Subject: [PATCH] remove darwin --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0bd8b5..76b2ac5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Generate build files uses: thatisuday/go-cross-build@v1 with: - platforms: 'linux/amd64, linux/arm64, darwin/amd64, darwin/arm64, windows/amd64' + platforms: 'linux/amd64, linux/arm64, darwin/amd64, windows/amd64' package: '' name: 'jenkins_consecutive_fail_detector' compress: false