mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Fix aarch64 build errors
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
"directories": {
|
||||
"bin": "bin"
|
||||
},
|
||||
"name": "bun-cli-darwin-aarch64",
|
||||
"repository": "https://github.com/jarred-sumner/bun",
|
||||
"version": "0.0.0-11",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
"cpu": [
|
||||
"arm"
|
||||
]
|
||||
"repository": "https://github.com/jarred-sumner/bun",
|
||||
"version": "0.0.37"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user