Skip to content

Commit a83ff97

Browse files
committed
[ci] Do not build and deploy binaries for Linux ARM
Refs: websockets/bufferutil#132 Refs: websockets/bufferutil#137
1 parent f87fd0e commit a83ff97

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
if:
4242
matrix.node == 14 && matrix.os == 'macos-11' && startsWith(github.ref,
4343
'refs/tags/')
44-
- run: npm run prebuild-linux-arm
45-
if:
46-
matrix.node == 14 && matrix.os == 'ubuntu-18.04' &&
47-
startsWith(github.ref, 'refs/tags/')
4844
- uses: actions/upload-artifact@v2
4945
if: matrix.node == 14 && startsWith(github.ref, 'refs/tags/')
5046
with:
@@ -65,12 +61,6 @@ jobs:
6561
- run:
6662
tar -cvf "${{ steps.get_version.outputs.version
6763
}}-darwin-x64+arm64.tar" -C "prebuilds/macos-11" .
68-
- run:
69-
tar -cvf "${{ steps.get_version.outputs.version }}-linux-arm.tar" -C
70-
"prebuilds/ubuntu-18.04" linux-arm
71-
- run:
72-
tar -cvf "${{ steps.get_version.outputs.version }}-linux-arm64.tar" -C
73-
"prebuilds/ubuntu-18.04" linux-arm64
7464
- run:
7565
tar -cvf "${{ steps.get_version.outputs.version }}-linux-x64.tar" -C
7666
"prebuilds/ubuntu-18.04" linux-x64

0 commit comments

Comments
 (0)