mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
Update docker/setup-qemu-action action to v2
This commit is contained in:
parent
64c5580c69
commit
77c11a603b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-nightly.yaml
vendored
2
.github/workflows/docker-nightly.yaml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
|
||||
- name: Set up QEMU
|
||||
id: qemu
|
||||
uses: docker/setup-qemu-action@v1
|
||||
uses: docker/setup-qemu-action@v2
|
||||
with:
|
||||
image: tonistiigi/binfmt:latest
|
||||
platforms: all
|
||||
|
|
Loading…
Reference in a new issue