File tree Expand file tree Collapse file tree 4 files changed +2
-30
lines changed Expand file tree Collapse file tree 4 files changed +2
-30
lines changed Original file line number Diff line number Diff line change @@ -118,11 +118,6 @@ jobs:
118
118
target : aarch64-linux-android
119
119
if : ${{ github.ref == 'refs/heads/main' }}
120
120
build : yarn build --target aarch64-linux-android
121
- # - host: ubuntu-latest
122
- # target: armv7-linux-androideabi
123
- # if: false
124
- # build: |
125
- # yarn build --target armv7-linux-androideabi
126
121
- host : ubuntu-latest
127
122
target : aarch64-unknown-linux-musl
128
123
if : ${{ github.ref == 'refs/heads/main' }}
@@ -134,6 +129,7 @@ jobs:
134
129
export CC_aarch64_unknown_linux_musl=aarch64-linux-musl-gcc
135
130
export CXX_aarch64_unknown_linux_musl=aarch64-linux-musl-g++
136
131
export AR_aarch64_unknown_linux_musl=aarch64-linux-musl-ar
132
+ export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=aarch64-linux-musl-ld
137
133
yarn build --target aarch64-unknown-linux-musl
138
134
- host : windows-latest
139
135
target : aarch64-pc-windows-msvc
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ngrok/ngrok" ,
3
- "version" : " 1.5.0 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"main" : " index.js" ,
5
5
"types" : " index.d.ts" ,
6
6
"files" : [
27
27
" x86_64-unknown-linux-musl" ,
28
28
" x86_64-unknown-freebsd" ,
29
29
" i686-pc-windows-msvc" ,
30
- " armv7-linux-androideabi" ,
31
30
" universal-apple-darwin"
32
31
]
33
32
}
You can’t perform that action at this time.
0 commit comments