From 308108fd76a08c0d4edfdcabce5683e16ca45c54 Mon Sep 17 00:00:00 2001 From: sky Date: Tue, 18 May 2021 11:47:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0release=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd838a3..31e235c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,8 +30,6 @@ jobs: exclude: - os: macos-latest arch: '386' - - os: windows-latest - arch: '386' steps: - name: Set up Go uses: actions/setup-go@v2