From 42c6780094bdd093199587e2456814a405a06c6e Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Wed, 13 Oct 2021 09:35:07 +0200 Subject: [PATCH] [ci] Do not build and deploy binaries for Linux ARM Refs: https://github.com/websockets/bufferutil/issues/132 Refs: https://github.com/websockets/bufferutil/issues/137 --- .github/workflows/ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95690f7..e62d96a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,10 +41,6 @@ jobs: if: matrix.node == 14 && matrix.os == 'macos-11' && startsWith(github.ref, 'refs/tags/') - - run: npm run prebuild-linux-arm - if: - matrix.node == 14 && matrix.os == 'ubuntu-18.04' && - startsWith(github.ref, 'refs/tags/') - uses: actions/upload-artifact@v2 if: matrix.node == 14 && startsWith(github.ref, 'refs/tags/') with: @@ -65,12 +61,6 @@ jobs: - run: tar -cvf "${{ steps.get_version.outputs.version }}-darwin-x64+arm64.tar" -C "prebuilds/macos-11" . - - run: - tar -cvf "${{ steps.get_version.outputs.version }}-linux-arm.tar" -C - "prebuilds/ubuntu-18.04" linux-arm - - run: - tar -cvf "${{ steps.get_version.outputs.version }}-linux-arm64.tar" -C - "prebuilds/ubuntu-18.04" linux-arm64 - run: tar -cvf "${{ steps.get_version.outputs.version }}-linux-x64.tar" -C "prebuilds/ubuntu-18.04" linux-x64