GitHub Action to install QEMU static binaries
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.
 
 
 
 
Go to file
dependabot[bot] b564b89191
build(deps): bump lodash from 4.17.21 to 4.17.23
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2 weeks ago
.github build(deps): bump actions/checkout from 5 to 6 2 months ago
__tests__
dist chore: update generated content 4 weeks ago
src display binfmt version 11 months ago
.dockerignore
.editorconfig
.gitattributes
.gitignore
.prettierignore
.prettierrc.json
.yarnrc.yml update yarn to 4.9.2 3 months ago
LICENSE
README.md readme: note about usage with setup-buildx-action 11 months ago
action.yml
codecov.yml
dev.Dockerfile
docker-bake.hcl
eslint.config.js migrate eslint config to new format required since 9.0.0 4 weeks ago
jest.config.js update jest config since 30.0 4 weeks ago
package.json migrate eslint config to new format required since 9.0.0 4 weeks ago
tsconfig.json
yarn.lock build(deps): bump lodash from 4.17.21 to 4.17.23 2 weeks ago

README.md

GitHub release GitHub marketplace CI workflow Test workflow Codecov

About

GitHub Action to install QEMU static binaries.

Screenshot


Usage

name: ci

on:
  push:

jobs:
  qemu:
    runs-on: ubuntu-latest
    steps:
      -
        name: Set up QEMU
        uses: docker/setup-qemu-action@v3

[!NOTE] If you are using docker/setup-buildx-action, this action should come before it:

    -
      name: Set up QEMU
      uses: docker/setup-qemu-action@v3
    -
      name: Set up Docker Buildx
      uses: docker/setup-buildx-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)
cache-image Bool true Cache binfmt image to GitHub Actions cache backend

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