Skip to content

Commit 1cbbd6c

Browse files
committed
feat: generate binaries for MacOS Arm
1 parent 17a5a83 commit 1cbbd6c

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
os:
9393
- windows-2022
9494
- ubuntu-22.04
95+
- macos-13
9596
- macos-12
9697
node:
9798
- 20

dev/scripts/debug_remove.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"src",
2020
"packages",
2121
"dev/docker",
22-
"dev/docker/__tests__",
2322
"README.md",
2423
"LICENSE.txt",
2524
"LICENSE.dependencies.txt",
@@ -47,10 +46,6 @@
4746
"lint.tsc": "tsc --noEmit",
4847
"pack.exe": "shx rm -rf ./dist/tsconfig.tsbuildinfo && node ./dev/scripts/pack-exe.mjs",
4948
"prepublishOnly": "rm ./dist/tsconfig.tsbuildinfo",
50-
"start.docker": "docker run -t setup-cpp .",
51-
"start.docker.arch": "docker run -t setup-cpp:arch .",
52-
"start.docker.fedora": "docker run -t setup-cpp:fedora .",
53-
"start.docker.ubuntu": "docker run -t setup-cpp:ubuntu .",
5449
"test.lint": "run-p --aggregate-output --continue-on-error lint.cspell test.lint.eslint test.lint.dprint lint.tsc",
5550
"test.lint.eslint": "eslint **/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml} --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/",
5651
"test.lint.dprint": "dprint check",

0 commit comments

Comments
 (0)