Go to file
CrazyMax 3ef11caa59
add tests
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-02-21 09:42:52 +01:00
.github Bump all Docker actions to latest major 2022-05-05 19:45:06 +02:00
__tests__ add tests 2023-02-21 09:42:52 +01:00
dist Trim off spaces in `platform` string 2022-11-25 20:16:03 +08:00
src switch to actions-toolkit implementation 2023-02-21 09:42:52 +01:00
.dockerignore add tests 2023-02-21 09:42:52 +01:00
.editorconfig Initial commit (docker/build-push-action#87) 2020-08-18 18:19:47 +02:00
.eslintrc.json add tests 2023-02-21 09:42:52 +01:00
.gitattributes Initial commit (docker/build-push-action#87) 2020-08-18 18:19:47 +02:00
.gitignore add tests 2023-02-21 09:42:52 +01:00
.prettierrc.json Initial commit (docker/build-push-action#87) 2020-08-18 18:19:47 +02:00
LICENSE Initial commit (docker/build-push-action#87) 2020-08-18 18:19:47 +02:00
README.md switch to actions-toolkit implementation 2023-02-21 09:42:52 +01:00
action.yml Node 16 as default runtime 2022-03-22 20:21:18 +01:00
dev.Dockerfile add tests 2023-02-21 09:42:52 +01:00
docker-bake.hcl add tests 2023-02-21 09:42:52 +01:00
jest.config.ts add tests 2023-02-21 09:42:52 +01:00
package.json add tests 2023-02-21 09:42:52 +01:00
tsconfig.json add tests 2023-02-21 09:42:52 +01:00
yarn.lock add tests 2023-02-21 09:42:52 +01:00

README.md

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 (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