File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 if : ${{ github.event.inputs.inplinuxaarch64 == '' || github.event.inputs.inplinuxaarch64 == 'yes' }}
137137 runs-on : [linux-arm64]
138138 container :
139- image : " alpine:3.15 "
139+ image : " alpine:3.18 "
140140 name : Linux build aaarch
141141 env :
142142 RUST_BACKTRACE : 1
@@ -150,7 +150,7 @@ jobs:
150150
151151 - name : Install build tools
152152 run : |
153- apk add curl linux-headers bash gcc musl-dev g++ pkgconf make file
153+ apk add curl nodejs-current linux-headers bash gcc musl-dev g++ pkgconf make file
154154 cd && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rust.sh && sh rust.sh -y
155155 curl -LO https://github.com/goreleaser/nfpm/releases/download/v2.32.0/nfpm_2.32.0_$(arch).apk
156156 apk add --allow-untrusted nfpm*.apk
You can’t perform that action at this time.
0 commit comments