chore: migrate to github actions

This commit is contained in:
DecDuck
2025-03-20 09:56:03 +11:00
parent 70150d8325
commit 6439b173f8
45 changed files with 3335 additions and 148132 deletions

View File

@ -0,0 +1,3 @@
# `@drop/droplet-linux-riscv64-gnu`
This is the **riscv64gc-unknown-linux-gnu** binary for `@drop/droplet`

View File

@ -0,0 +1,21 @@
{
"name": "@drop/droplet-linux-riscv64-gnu",
"version": "0.0.0",
"os": [
"linux"
],
"cpu": [
"riscv64"
],
"main": "droplet.linux-riscv64-gnu.node",
"files": [
"droplet.linux-riscv64-gnu.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"libc": [
"glibc"
]
}