From 332ee97824542b3080d27365209129b698f99aba Mon Sep 17 00:00:00 2001 From: JustTestCode <65500757+JustTestCode@users.noreply.github.com> Date: Sat, 19 Jun 2021 05:58:09 +0800 Subject: [PATCH] Update Release1.yml --- .github/workflows/Release1.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Release1.yml b/.github/workflows/Release1.yml index aa1ca873b..e18e43140 100644 --- a/.github/workflows/Release1.yml +++ b/.github/workflows/Release1.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goos: [linux, windows, darwin, freebsd ] - goarch: [amd64, arm] + goos: [windows] + goarch: [amd64] exclude: - goarch: arm goos: darwin