revert: "chore: enable SBOM attestation for image builds" (#16868)

Reverts coder/coder#16852

The CI failed to create the multi-arch manifest.

https://github.com/coder/coder/actions/runs/13773079355/job/38516182819#step:18:341

I personally think we should move to a [multi-arch
Dockerfile](https://docs.docker.com/build/building/multi-platform/#cross-compilation)
instead of creating the manifest manually.
This commit is contained in:
M Atif Ali
2025-03-10 19:55:03 +00:00
committed by GitHub
parent 05ebece03a
commit e817713dc0
3 changed files with 2 additions and 8 deletions
-1
View File
@@ -361,7 +361,6 @@ jobs:
file: scripts/Dockerfile.base
platforms: linux/amd64,linux/arm64,linux/arm/v7
provenance: true
sbom: true
pull: true
no-cache: true
push: true