Setup QEMU for more archs

This commit is contained in:
Maksim Nabokikh 2025-03-04 21:31:20 +01:00 committed by GitHub
parent 0c0265e31d
commit 3b7b53ff24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: linux/amd64, linux/arm64
platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v8
- name: Login into ghcr.io
shell: bash