diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 00a24c26..21179b24 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -18,13 +18,14 @@ jobs: go-version: '~1.19' - name: Build All Binaries - run: make + run: make build - name: Archive Binaries uses: actions/upload-artifact@v2 with: name: binaries path: bin/ + retention-days: 1 test: needs: build-binaries @@ -60,11 +61,6 @@ jobs: if: runner.os != 'Windows' run: chmod +x ./bin/${{ matrix.binary }} - - name: Install QEMU user static - if: matrix.qemu - run: sudo apt-get update && sudo apt-get install -y qemu-user-static - shell: bash - - name: Verify binary run: | if ("${{ matrix.qemu }}" -eq "true") {