From 060f142781aeb8acc213e2d1ef125ba25f30b60b Mon Sep 17 00:00:00 2001 From: lihe Date: Fri, 10 Jul 2020 16:52:16 +0800 Subject: [PATCH] add linux release Closes #12 --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfdb78b..7d83385 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,8 +9,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, macos-latest] - arch: [amd64] + os: [windows-latest, macos-latest, ubuntu-latest] + arch: [amd64, '386'] include: - os: windows-latest goos: windows @@ -27,8 +27,6 @@ jobs: exclude: - os: macos-latest arch: '386' - - os: windows-latest - arch: '386' steps: - name: Set up Go uses: actions/setup-go@v2