mirror of
https://github.com/unmojang/drasl.git
synced 2025-08-03 10:56:06 -04:00
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:
commit
b431fc0b2d
6
.github/workflows/docker-publish.yml
vendored
6
.github/workflows/docker-publish.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user