ci: Sets up QEMU for cross-platform builds

Configures QEMU to enable emulation of different architectures,
allowing for cross-platform builds and testing in the release workflow.
This commit is contained in:
Antoine Aflalo
2025-02-13 20:18:14 -05:00
parent 2da3bae04a
commit 4d3391273c

View File

@@ -28,6 +28,8 @@ jobs:
cache: true
- uses: sigstore/cosign-installer@v3.8.0 # installs cosign
- uses: anchore/sbom-action/download-syft@v0.18.0 # installs syft
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- uses: docker/login-action@v3 # login to ghcr
with:
registry: ghcr.io