mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-15 17:21:25 +10:00
chore: migrate to github actions
This commit is contained in:
3
npm/linux-arm-musleabihf/README.md
Normal file
3
npm/linux-arm-musleabihf/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# `@drop/droplet-linux-arm-musleabihf`
|
||||
|
||||
This is the **armv7-unknown-linux-musleabihf** binary for `@drop/droplet`
|
||||
18
npm/linux-arm-musleabihf/package.json
Normal file
18
npm/linux-arm-musleabihf/package.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "@drop/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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user