GitHub Action to install QEMU static binaries
Find a file
dependabot[bot] ecc406afa7
Bump semver from 6.3.0 to 6.3.1
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 06:37:49 +00:00
.github
__tests__
dist chore: update generated content 2023-09-09 18:26:34 +02:00
src
.dockerignore
.editorconfig
.eslintignore chore: update dev dependencies 2023-09-09 18:26:33 +02:00
.eslintrc.json chore: update dev dependencies 2023-09-09 18:26:33 +02:00
.gitattributes
.gitignore
.prettierrc.json
action.yml chore: node 20 as default runtime 2023-09-09 18:26:34 +02:00
codecov.yml
dev.Dockerfile chore: update dev dependencies 2023-09-09 18:26:33 +02:00
docker-bake.hcl
jest.config.ts
LICENSE
package.json chore: fix author in package.json 2023-09-09 18:26:34 +02:00
README.md
tsconfig.json
yarn.lock Bump semver from 6.3.0 to 6.3.1 2023-09-12 06:37:49 +00: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@v2

Customizing

inputs

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

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