diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc5e0f2..b47706e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,16 +12,14 @@ jobs: matrix: goos: [linux, windows, darwin] goarch: ["386", amd64, arm64] - exclude: + exclude: - goarch: "386" - goos: darwin + goos: darwin - goarch: arm64 goos: windows steps: - name: Checkout sources uses: actions/checkout@v2 - with: - fetch-depth: 0 - name: Setup Go uses: actions/setup-go@v2 with: