mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-13 20:18:52 +02:00
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:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user