chore: patch again for buildx segfault
This commit is contained in:
parent
173a2be75c
commit
0e09e9393d
@ -33,14 +33,11 @@ jobs:
|
||||
id: dockerhub
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
# Temporary workaround for ARM builds
|
||||
# https://github.com/docker/setup-qemu-action/issues/198
|
||||
with:
|
||||
image: tonistiigi/binfmt:qemu-v7.0.0-28
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
version: v0.19.0
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user