GitHub Action to install QEMU static binaries
 
 
 
Go to file
CrazyMax 13c418a7a8
Merge pull request #118 from docker/dependabot/npm_and_yarn/undici-5.28.3
build(deps): bump undici from 5.28.2 to 5.28.3
2024-02-23 09:43:16 +01:00
.github ci: set codecov token 2024-02-23 09:21:42 +01:00
__tests__ add tests 2023-02-21 09:42:52 +01:00
dist chore: update generated content 2024-02-23 09:42:05 +01:00
src use new implementation from toolkit 2023-04-17 03:09:30 +02: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
.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 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 docs: bump actions to latest major 2023-09-12 14:16:31 +02:00
action.yml chore: node 20 as default runtime 2023-09-09 18:26:34 +02:00
codecov.yml ci: test workflow and codecov config 2023-02-21 09:42:52 +01:00
dev.Dockerfile chore: update dev dependencies 2023-09-09 18:26:33 +02: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 build(deps): bump @docker/actions-toolkit from 0.12.0 to 0.16.1 2023-12-22 06:56:59 +00:00
tsconfig.json add tests 2023-02-21 09:42:52 +01:00
yarn.lock build(deps): bump undici from 5.28.2 to 5.28.3 2024-02-16 18:39:59 +00:00

README.md

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@v3

Customizing

inputs

The 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

The 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