Merge pull request #135 from evan-goode/evan-goode/fix-gha

Use docker/setup-qemu-action on docker-publish workflow
This commit is contained in:
Evan Goode 2025-01-22 21:54:20 -05:00 committed by GitHub
commit b431fc0b2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ on:
push:
tags:
- "v*"
workflow_dispatch:
jobs:
push_to_registry:
name: Push OCI image to Docker Hub
@ -18,9 +18,7 @@ jobs:
extra_nix_config: |
extra-platforms = aarch64-linux
- run: |
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: docker/setup-qemu-action@v3
- uses: DeterminateSystems/magic-nix-cache-action@main