mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-09 17:58:21 +00:00
chore(deps): update docker/setup-qemu-action action to v3
This commit is contained in:
parent
22f2097c26
commit
117537a33b
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 New Issue
Block a user