Skip to content

Commit c69221d

Browse files
Remove ARM64 build steps from build.yml
Removed ARM64 build steps from the GitHub Actions workflow.
1 parent 77a88f5 commit c69221d

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -59,32 +59,3 @@ jobs:
5959
git checkout master -- tests/smoke.js
6060
npm install ws
6161
node tests/smoke.js
62-
build-arm:
63-
runs-on: [ubuntu-24.04, arm64]
64-
name: Build on ARM64
65-
steps:
66-
- name: Clone
67-
run: git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
68-
- name: Install dependencies
69-
run: |
70-
sudo apt-get update -q -y
71-
sudo apt-get install -q -y build-essential cmake libz-dev golang curl libunwind-dev clang
72-
- name: Compile binaries
73-
run: |
74-
cd uWebSockets.js
75-
make
76-
- name: Update binaries
77-
run: |
78-
cd uWebSockets.js
79-
git fetch origin binaries:binaries
80-
git checkout binaries
81-
cp dist/*.node .
82-
cp dist/*.js .
83-
git status
84-
git rev-parse master > source_commit
85-
git checkout master docs/index.d.ts && mv docs/index.d.ts .
86-
git config --global user.email "[email protected]"
87-
git config --global user.name "Alex Hultman"
88-
git add *.node *.js
89-
git commit -a -m "[GitHub Actions] Updated linux-arm64 binaries" || true
90-
git push "https://unetworkingab:${{ secrets.SECRET }}@github.com/uNetworking/uWebSockets.js" binaries

0 commit comments

Comments
 (0)