QEMU #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "QEMU" | |
on: | |
workflow_dispatch: | |
jobs: | |
qemu: | |
runs-on: ubuntu-latest | |
steps: | |
- run: docker run --privileged --rm tonistiigi/binfmt --install arm64 | |
- run: docker run --rm --platform linux/arm64 alpine uname -a |