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-freebsd-x64`
This is the **x86_64-unknown-freebsd** binary for `@drop/droplet`

View File

@ -0,0 +1,18 @@
{
"name": "@drop/droplet-freebsd-x64",
"version": "0.0.0",
"os": [
"freebsd"
],
"cpu": [
"x64"
],
"main": "droplet.freebsd-x64.node",
"files": [
"droplet.freebsd-x64.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}