File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 }}
You can’t perform that action at this time.
0 commit comments