Skip to content

Commit 564c6a2

Browse files
authored
Merge pull request #181 from ngrok/bmps/push-slykorrwumys
ensure we aren't including/claiming to build any ARM v7 things
2 parents b896b97 + d7d71c2 commit 564c6a2

File tree

5 files changed

+2
-31
lines changed

5 files changed

+2
-31
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,6 @@ jobs:
118118
target: aarch64-linux-android
119119
if: ${{ github.ref == 'refs/heads/main' }}
120120
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
126121
- host: ubuntu-latest
127122
target: aarch64-unknown-linux-musl
128123
if: ${{ github.ref == 'refs/heads/main' }}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "ngrok-javascript"
4-
version = "1.5.0"
4+
version = "1.5.1"
55

66
[lib]
77
crate-type = ["cdylib"]

npm/android-arm-eabi/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

npm/android-arm-eabi/package.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrok/ngrok",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"files": [
@@ -27,7 +27,6 @@
2727
"x86_64-unknown-linux-musl",
2828
"x86_64-unknown-freebsd",
2929
"i686-pc-windows-msvc",
30-
"armv7-linux-androideabi",
3130
"universal-apple-darwin"
3231
]
3332
}

0 commit comments

Comments
 (0)