add pipeline
Tests / test (push) Failing after 34s
Tests / build-and-push-image (push) Has been skipped

This commit is contained in:
root
2026-07-31 13:51:39 -04:00
parent f3863f760c
commit 843fa559bb
135 changed files with 791 additions and 4796 deletions
+3
View File
@@ -0,0 +1,3 @@
# `@rolldown/binding-darwin-arm64`
This is the **aarch64-apple-darwin** binary for `@rolldown/binding`
@@ -1,12 +1,12 @@
{
"name": "@rolldown/binding-win32-x64-msvc",
"name": "@rolldown/binding-darwin-arm64",
"version": "1.2.1",
"cpu": [
"x64"
"arm64"
],
"main": "rolldown-binding.win32-x64-msvc.node",
"main": "rolldown-binding.darwin-arm64.node",
"files": [
"rolldown-binding.win32-x64-msvc.node"
"rolldown-binding.darwin-arm64.node"
],
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
"keywords": [
@@ -32,6 +32,6 @@
"access": "public"
},
"os": [
"win32"
"darwin"
]
}
-3
View File
@@ -1,3 +0,0 @@
# `@rolldown/binding-win32-x64-msvc`
This is the **x86_64-pc-windows-msvc** binary for `@rolldown/binding`