You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
CrazyMax 326560df21
Merge pull request #106 from crazy-max/community-files
chore: github form templates
3 weeks ago
.github chore: github form templates 3 weeks ago
__tests__ add tests 8 months ago
dist chore: update generated content 3 weeks ago
src use new implementation from toolkit 6 months ago
.dockerignore add tests 8 months ago
.editorconfig Initial commit (docker/build-push-action#87) 3 years ago
.eslintignore chore: update dev dependencies 4 weeks ago
.eslintrc.json chore: update dev dependencies 4 weeks ago
.gitattributes Initial commit (docker/build-push-action#87) 3 years ago
.gitignore add tests 8 months ago
.prettierrc.json Initial commit (docker/build-push-action#87) 3 years ago
LICENSE Initial commit (docker/build-push-action#87) 3 years ago
README.md docs: bump actions to latest major 3 weeks ago
action.yml chore: node 20 as default runtime 4 weeks ago
codecov.yml ci: test workflow and codecov config 8 months ago
dev.Dockerfile chore: update dev dependencies 4 weeks ago
docker-bake.hcl add tests 8 months ago
jest.config.ts add tests 8 months ago
package.json build(deps): bump @actions/core from 1.10.0 to 1.10.1 3 weeks ago
tsconfig.json add tests 8 months ago
yarn.lock build(deps): bump @actions/core from 1.10.0 to 1.10.1 3 weeks ago

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