Skip to content

BUILD: GoReleaser add Docker Buildx setup to release workflow#4103

Merged
tlimoncelli merged 1 commit intoStackExchange:mainfrom
cafferata:build/goreleaser-dockers_v2_missing-buildx-action
Feb 24, 2026
Merged

BUILD: GoReleaser add Docker Buildx setup to release workflow#4103
tlimoncelli merged 1 commit intoStackExchange:mainfrom
cafferata:build/goreleaser-dockers_v2_missing-buildx-action

Conversation

@cafferata
Copy link
Copy Markdown
Collaborator

GoReleaser v2's dockers_v2 adds --attest=type=sbom by default, which requires the docker-container driver. Without the setup-buildx-action step, the default docker driver was used, causing "Attestation is not supported for the docker driver" errors.

Fixes #4102

- GoReleaser v2's `dockers_v2` adds `--attest=type=sbom` by default, which requires the docker-container driver. Without the setup-buildx-action step, the default docker driver was used, causing "Attestation is not supported for the docker driver" errors.
@tlimoncelli tlimoncelli merged commit 36d4d98 into StackExchange:main Feb 24, 2026
10 checks passed
@tlimoncelli
Copy link
Copy Markdown
Contributor

Thanks! I'll do a release soon.

@cafferata cafferata deleted the build/goreleaser-dockers_v2_missing-buildx-action branch February 24, 2026 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GoReleaser failing: Attestation is not supported for the docker driver

2 participants