portal/.github/actions/docker-setup-qemu/action.yml
2026-03-18 23:53:04 +08:00

11 lines
251 B
YAML

name: Docker Setup QEMU
description: Set up QEMU for multi-platform builds
runs:
using: composite
steps:
- shell: bash
run: |
# Install QEMU emulation support
docker run --privileged --rm tonistiigi/binfmt --install all