8000 GitHub - arceos-org/setup-qemu: GitHub Action to setup QEMU.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arceos-org/setup-qemu

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

setup-qemu

GitHub Action to set up QEMU.

Usage

steps:
- uses: arceos-org/setup-qemu@v0.1
  with:
    version: '9.2.3' # Required. The version of QEMU to install.
    arch_list: 'x86_64' # Optional. The target architecture to set up. Defaults to 'x86_64,aarch64,riscv64'.
- run: |
    qemu-system-x86_64 --version

Authored by @equation314, ported by @aarkegz.

About

GitHub Action to setup QEMU.

Resources

Stars

Watchers

Forks

Packages

No packages published
0