diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d0e6e01..e685504 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -46,15 +46,6 @@ jobs: target: aarch64-unknown-linux-gnu docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64 build: yarn build --target aarch64-unknown-linux-gnu - - host: ubuntu-latest - target: armv7-unknown-linux-gnueabihf - setup: | - sudo apt-get update - sudo apt-get install gcc-arm-linux-gnueabihf -y - build: yarn build --target armv7-unknown-linux-gnueabihf - - host: ubuntu-latest - target: armv7-unknown-linux-musleabihf - build: yarn build --target armv7-unknown-linux-musleabihf - host: ubuntu-latest target: aarch64-unknown-linux-musl docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine diff --git a/npm/linux-arm-gnueabihf/README.md b/npm/linux-arm-gnueabihf/README.md deleted file mode 100644 index c7187aa..0000000 --- a/npm/linux-arm-gnueabihf/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# `@drop-oss/droplet-linux-arm-gnueabihf` - -This is the **armv7-unknown-linux-gnueabihf** binary for `@drop-oss/droplet` diff --git a/npm/linux-arm-gnueabihf/package.json b/npm/linux-arm-gnueabihf/package.json deleted file mode 100644 index 4bb0ddd..0000000 --- a/npm/linux-arm-gnueabihf/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "@drop-oss/droplet-linux-arm-gnueabihf", - "version": "0.0.0", - "os": [ - "linux" - ], - "cpu": [ - "arm" - ], - "main": "droplet.linux-arm-gnueabihf.node", - "files": [ - "droplet.linux-arm-gnueabihf.node" - ], - "license": "MIT", - "engines": { - "node": ">= 10" - }, - "repository": { - "url": "https://github.com/Drop-OSS/droplet" - } -} diff --git a/npm/linux-arm-musleabihf/README.md b/npm/linux-arm-musleabihf/README.md deleted file mode 100644 index 61a990a..0000000 --- a/npm/linux-arm-musleabihf/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# `@drop-oss/droplet-linux-arm-musleabihf` - -This is the **armv7-unknown-linux-musleabihf** binary for `@drop-oss/droplet` diff --git a/npm/linux-arm-musleabihf/package.json b/npm/linux-arm-musleabihf/package.json deleted file mode 100644 index e785ccc..0000000 --- a/npm/linux-arm-musleabihf/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "@drop-oss/droplet-linux-arm-musleabihf", - "version": "0.0.0", - "os": [ - "linux" - ], - "cpu": [ - "arm" - ], - "main": "droplet.linux-arm-musleabihf.node", - "files": [ - "droplet.linux-arm-musleabihf.node" - ], - "license": "MIT", - "engines": { - "node": ">= 10" - }, - "repository": { - "url": "https://github.com/Drop-OSS/droplet" - } -} diff --git a/package.json b/package.json index d302397..6b475f8 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,6 @@ "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "aarch64-pc-windows-msvc", - "armv7-unknown-linux-gnueabihf", - "armv7-unknown-linux-musleabihf", "x86_64-unknown-linux-musl", "universal-apple-darwin", "riscv64gc-unknown-linux-gnu"