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] b41948a999
build(deps): bump the npm_and_yarn group across 1 directory with 4 updates
Bumps the npm_and_yarn group with 4 updates in the / directory: [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser), [glob](https://github.com/isaacs/node-glob), [minimatch](https://github.com/isaacs/minimatch) and [undici](https://github.com/nodejs/undici).


Updates `fast-xml-parser` from 5.4.2 to 5.5.6
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.4.2...v5.5.6)

Updates `glob` from 10.3.12 to 10.5.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.3.12...v10.5.0)

Updates `minimatch` from 3.1.2 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5)

Updates `undici` from 6.23.0 to 6.24.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.23.0...v6.24.1)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.5.6
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: glob
  dependency-version: 10.5.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: undici
  dependency-version: 6.24.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
6 days ago
.github build(deps): bump actions/create-github-app-token from 2 to 3 1 week ago
__tests__ switch to ESM and update config/test wiring 3 weeks ago
dist chore: update generated content 3 weeks ago
src switch to ESM and update config/test wiring 3 weeks ago
.dockerignore update to yarn 3.6.3 2 years ago
.editorconfig
.gitattributes update to yarn 3.6.3 2 years ago
.gitignore update to yarn 3.6.3 2 years ago
.prettierignore update to yarn 3.6.3 2 years ago
.prettierrc.json switch to ESM and update config/test wiring 3 weeks ago
.yarnrc.yml update yarn to 4.9.2 5 months ago
LICENSE
README.md readme: update to v4 3 weeks ago
action.yml node 24 as default runtime 3 weeks ago
codecov.yml
dev.Dockerfile node 24 as default runtime 3 weeks ago
docker-bake.hcl update bake-action to v6 1 year ago
eslint.config.mjs switch to ESM and update config/test wiring 3 weeks ago
package.json build(deps): bump @docker/actions-toolkit from 0.77.0 to 0.79.0 3 weeks ago
tsconfig.json switch to ESM and update config/test wiring 3 weeks ago
vitest.config.ts switch from jest to vitest 3 weeks ago
yarn.lock build(deps): bump the npm_and_yarn group across 1 directory with 4 updates 6 days 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@v4

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

    -
      name: Set up QEMU
      uses: docker/setup-qemu-action@v4
    -
      name: Set up Docker Buildx
      uses: docker/setup-buildx-action@v4

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