Skip to content

Commit eee70cf

Browse files
committed
feat: add aarch64 macos build
1 parent 4cd3a30 commit eee70cf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/host-manager.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ jobs:
2424
name: Compile Windows
2525
run: deno compile --output host-manager-windows-x86_64 --target x86_64-pc-windows-msvc --unstable --allow-read --allow-write --allow-net ./host-manager/index.ts
2626
-
27-
name: Compile Apple Darwin
27+
name: Compile Apple Darwin (x86_64)
2828
run: deno compile --output host-manager-darwin-x86_64 --target x86_64-apple-darwin --unstable --allow-read --allow-write --allow-net ./host-manager/index.ts
29+
-
30+
name: Compile Apple Darwin (aarch64)
31+
run: deno compile --output host-manager-darwin-x86_64 --target aarch64-apple-darwin --unstable --allow-read --allow-write --allow-net ./host-manager/index.ts
2932
-
3033
name: Release to Github
3134
uses: softprops/action-gh-release@v1
@@ -34,5 +37,6 @@ jobs:
3437
host-manager-linux-x86_64
3538
host-manager-windows-x86_64.exe
3639
host-manager-darwin-x86_64
40+
host-manager-darwin-aarch64
3741
env:
3842
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)