You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chore: github form templates |
3 weeks ago | |
---|---|---|
.github | 3 weeks ago | |
__tests__ | 8 months ago | |
dist | 3 weeks ago | |
src | 6 months ago | |
.dockerignore | 8 months ago | |
.editorconfig | 3 years ago | |
.eslintignore | 4 weeks ago | |
.eslintrc.json | 4 weeks ago | |
.gitattributes | 3 years ago | |
.gitignore | 8 months ago | |
.prettierrc.json | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 weeks ago | |
action.yml | 4 weeks ago | |
codecov.yml | 8 months ago | |
dev.Dockerfile | 4 weeks ago | |
docker-bake.hcl | 8 months ago | |
jest.config.ts | 8 months ago | |
package.json | 3 weeks ago | |
tsconfig.json | 8 months ago | |
yarn.lock | 3 weeks ago |
README.md
About
GitHub Action to install QEMU static binaries.
Usage
name: ci
on:
push:
jobs:
qemu:
runs-on: ubuntu-latest
steps:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Customizing
inputs
The following inputs can be used as step.with
keys:
Name | Type | Default | Description |
---|---|---|---|
image |
String | tonistiigi/binfmt:latest |
QEMU static binaries Docker image |
platforms |
String | all |
Platforms to install (e.g., arm64,riscv64,arm ) |
outputs
The following outputs are available:
Name | Type | Description |
---|---|---|
platforms |
String | Available platforms (comma separated) |
Contributing
Want to contribute? Awesome! You can find information about contributing to this project in the CONTRIBUTING.md