Skip to content

Commit

Permalink
Merge pull request #24 from phrase/fix-arm-support
Browse files Browse the repository at this point in the history
Fix ARM runner support
  • Loading branch information
theSoenke authored Dec 19, 2023
2 parents b1fb893 + 817f4e2 commit 75ea0b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const osMapper = {

const archMapper = {
x32: '386',
x64: 'amd64'
x64: 'amd64',
arm64: 'arm64'
}

async function run() {
Expand Down

0 comments on commit 75ea0b0

Please sign in to comment.