dependabot[bot] 18512269a3 build(deps): bump crazy-max/.github/.github/workflows/pr-assign-author.yml
Bumps [crazy-max/.github/.github/workflows/pr-assign-author.yml](https://github.com/crazy-max/.github) from 1b673f36fad86812f538c1df9794904038a23cbf to 20ef82212dc54bab5749f5e05576ca6d3c8a5773.
- [Release notes](https://github.com/crazy-max/.github/releases)
- [Commits](1b673f36fa...20ef82212d)

---
updated-dependencies:
- dependency-name: crazy-max/.github/.github/workflows/pr-assign-author.yml
  dependency-version: 20ef82212dc54bab5749f5e05576ca6d3c8a5773
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-25 06:12:17 +00:00
2026-03-05 06:18:42 +00:00
2024-05-07 15:53:14 +02:00
2024-05-07 15:53:14 +02:00
2024-05-07 15:53:14 +02:00
2024-05-07 15:53:14 +02:00
2025-11-05 14:51:16 +01:00
2026-03-03 12:26:39 +01:00
2026-03-03 12:26:39 +01:00
2025-01-08 13:12:39 +01:00
2026-03-05 09:10:56 +01:00
2026-02-28 02:05:29 +01:00

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

Description
GitHub Action to install QEMU static binaries
Readme 66 MiB
Languages
TypeScript 53.3%
Dockerfile 23.5%
JavaScript 11.7%
HCL 11.5%