No description
Find a file
CrazyMax 3496826faa
Uninstall current emulators
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-10-08 19:10:39 +02:00
.github Uninstall current emulators 2022-10-08 19:10:39 +02:00
dist Uninstall current emulators 2022-10-08 19:10:39 +02:00
src Uninstall current emulators 2022-10-08 19:10:39 +02:00
.dockerignore Enhance workflow 2021-04-02 11:47:56 +02:00
.editorconfig Initial commit (docker/build-push-action#87) 2020-08-18 18:19:47 +02:00
.eslintrc.json chore: update dev dependencies and workflow 2022-03-22 20:15:50 +01:00
.gitattributes Initial commit (docker/build-push-action#87) 2020-08-18 18:19:47 +02:00
.gitignore Initial commit (docker/build-push-action#87) 2020-08-18 18:19:47 +02:00
.prettierrc.json Initial commit (docker/build-push-action#87) 2020-08-18 18:19:47 +02:00
action.yml Uninstall current emulators 2022-10-08 19:10:39 +02:00
dev.Dockerfile Node 16 as default runtime 2022-03-22 20:21:18 +01:00
docker-bake.hcl chore: update dev dependencies and workflow 2022-03-22 20:15:50 +01:00
LICENSE Initial commit (docker/build-push-action#87) 2020-08-18 18:19:47 +02:00
package.json Bump @actions/core from 1.9.1 to 1.10.0 2022-09-30 06:06:29 +00:00
README.md Uninstall current emulators 2022-10-08 19:10:39 +02:00
tsconfig.json chore: update dev dependencies and workflow 2022-03-22 20:15:50 +01:00
yarn.lock Bump @actions/core from 1.9.1 to 1.10.0 2022-09-30 06:06:29 +00: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 Default Description
image String tonistiigi/binfmt:latest QEMU static binaries Docker image
platforms String all Platforms to install
reset Bool false Uninstall current emulators before installation

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