Fix Docker workflow - simplify to amd64 only for faster builds

This commit is contained in:
Christomatt
2026-01-31 04:19:11 +01:00
parent 05d2b71747
commit 0ad5f96e92
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64 platforms: linux/amd64
- name: Generate SBOM - name: Generate SBOM
uses: anchore/sbom-action@v0 uses: anchore/sbom-action@v0