Merge pull request #2480 from dexidp/qemu

Qemu tweaks
This commit is contained in:
Márk Sági-Kazár 2022-04-21 12:02:30 +02:00 committed by GitHub
commit ec9a57ee4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
platforms: all
platforms: arm64,arm
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1