Use docker/setup-qemu-action on docker-publish workflow

This commit is contained in:
Evan Goode 2025-01-22 21:52:32 -05:00
parent 13ed66f735
commit 2b656c8269

View File

@ -4,7 +4,7 @@ on:
push: push:
tags: tags:
- "v*" - "v*"
workflow_dispatch:
jobs: jobs:
push_to_registry: push_to_registry:
name: Push OCI image to Docker Hub name: Push OCI image to Docker Hub
@ -18,9 +18,7 @@ jobs:
extra_nix_config: | extra_nix_config: |
extra-platforms = aarch64-linux extra-platforms = aarch64-linux
- run: | - uses: docker/setup-qemu-action@v3
DEBIAN_FRONTEND=noninteractive
sudo apt-get update -q -y && sudo apt-get install -q -y qemu-system-aarch64 qemu-efi binfmt-support qemu-user-static
- uses: DeterminateSystems/magic-nix-cache-action@main - uses: DeterminateSystems/magic-nix-cache-action@main