Skip to content

Commit

Permalink
Add arm64 architecture support (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chmyr <achmyr@gmail.com>
Co-authored-by: Alex Chmyr <alex@acm-soft.uk>
  • Loading branch information
achmyr and Alex Chmyr authored Aug 7, 2023
1 parent f401339 commit 1c751ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16349,6 +16349,7 @@ const platformMatrix = {
const archMatrix = {
'x32': "32-bit",
'x64': "64-bit",
'arm64': "arm64",
};

function getPlatform() {
Expand Down
1 change: 1 addition & 0 deletions src/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const platformMatrix = {
const archMatrix = {
'x32': "32-bit",
'x64': "64-bit",
'arm64': "arm64",
};

function getPlatform() {
Expand Down

0 comments on commit 1c751ba

Please sign in to comment.