Skip to content

Commit

Permalink
feat: bump qemu image from 6.1.0 to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Wejendorp committed Jul 13, 2022
1 parent 502545b commit fe6c735
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/qemu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export async function setup(registry: string): Promise<void> {
'run',
'--privileged',
'--rm',
`${registry}/tradeshift-base/tonistiigi/binfmt:qemu-v6.1.0`,
`${registry}/tradeshift-base/tonistiigi/binfmt:qemu-v6.2.0`,
'--install',
'all'
]);
Expand Down

0 comments on commit fe6c735

Please sign in to comment.