File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments