GitHub Action to install QEMU static binaries
Find a file
2023-06-07 16:33:11 +02:00
.github Bump docker/bake-action from 2 to 3 2023-04-19 06:56:39 +00:00
__tests__
dist update generated content 2023-04-17 03:10:00 +02:00
src use new implementation from toolkit 2023-04-17 03:09:30 +02:00
.dockerignore
.editorconfig
.eslintrc.json
.gitattributes
.gitignore
.prettierrc.json
action.yml
codecov.yml
dev.Dockerfile
docker-bake.hcl
jest.config.ts
LICENSE
package.json Bump @docker/actions-toolkit from 0.1.0 to 0.3.0 2023-06-07 14:30:27 +00:00
README.md
tsconfig.json
yarn.lock Bump @docker/actions-toolkit from 0.1.0 to 0.3.0 2023-06-07 14:30:27 +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