Skip to content

Commit

Permalink
Fix ARM runner support
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoenke committed Dec 18, 2023
1 parent 86f9b0d commit fe11bb7
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 fe11bb7

Please sign in to comment.