From 0d6d779d4036cf1ca9bc82faa8eaa4a0c938cb43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=8D=E1=B4=8F=E1=B4=8F=C9=B4D4=CA=80=E1=B4=8B?= Date: Fri, 10 Jul 2020 16:52:16 +0800 Subject: [PATCH] feat: 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