Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
qemu-version not taken into account (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jun 25, 2020
1 parent 165685f commit 36daa9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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 src/main.ts
Expand Up @@ -29,7 +29,7 @@ async function run(): Promise<void> {
'run',
'--rm',
'--privileged',
'multiarch/qemu-user-static',
`multiarch/qemu-user-static:${qemuVer}`,
'--reset',
'-p',
'yes',
Expand Down

0 comments on commit 36daa9a

Please sign in to comment.