mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
chore(deps): update docker/setup-qemu-action action to v3
This commit is contained in:
parent
22f2097c26
commit
117537a33b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- run: pnpm install
|
||||
- run: pnpm build && ./localizefonts.sh && mv dist/ dist-ci/
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
platforms: all
|
||||
- name: Set up Docker Buildx
|
||||
|
|
Loading…
Reference in a new issue