CrazyMax f3c51a3313
update README
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-08 18:24:10 +02:00
2022-10-08 18:23:57 +02:00
2022-10-08 18:23:57 +02:00
2021-04-02 11:47:56 +02:00
2022-03-22 20:21:18 +01:00
2022-03-22 20:21:18 +01:00
2022-10-08 18:24:10 +02:00

GitHub release GitHub marketplace CI workflow

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 Description
image String QEMU static binaries Docker image (default tonistiigi/binfmt:latest)
platforms String Platforms to install (e.g. arm64,riscv64,arm ; default all)

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

Description
Languages
TypeScript 61.5%
Dockerfile 27.4%
HCL 11.1%