Skip to content

ensure we aren't including/claiming to build any ARM v7 things #181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,6 @@ jobs:
target: aarch64-linux-android
if: ${{ github.ref == 'refs/heads/main' }}
build: yarn build --target aarch64-linux-android
# - host: ubuntu-latest
# target: armv7-linux-androideabi
# if: false
# build: |
# yarn build --target armv7-linux-androideabi
- host: ubuntu-latest
target: aarch64-unknown-linux-musl
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "ngrok-javascript"
version = "1.5.0"
version = "1.5.1"

[lib]
crate-type = ["cdylib"]
Expand Down
3 changes: 0 additions & 3 deletions npm/android-arm-eabi/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions npm/android-arm-eabi/package.json

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrok/ngrok",
"version": "1.5.0",
"version": "1.5.1",
"main": "index.js",
"types": "index.d.ts",
"files": [
Expand All @@ -27,7 +27,6 @@
"x86_64-unknown-linux-musl",
"x86_64-unknown-freebsd",
"i686-pc-windows-msvc",
"armv7-linux-androideabi",
"universal-apple-darwin"
]
}
Expand Down
Loading