Skip to content

Commit

Permalink
Merge pull request #106 from jfrolich/m1-fix
Browse files Browse the repository at this point in the history
Add support for m1 through rosetta
  • Loading branch information
Alex Fedoseev authored Jul 14, 2021
2 parents be795ed + cdd07d1 commit 6d76f88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ if (arch === "ia32") {
arch = "x86";
}

if (arch === "arm64") {
arch = "x64";
}

if (platform === "win32") {
platform = "win";
}
Expand Down

0 comments on commit 6d76f88

Please sign in to comment.