1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-11-27 22:49:07 +02:00

fix: properly skip docker builds of skipped builds (#4747)

refs https://github.com/orgs/goreleaser/discussions/4469 closes
https://github.com/goreleaser/goreleaser/issues/4746

Also made the error better, and added more details to the docs.
This commit is contained in:
Carlos Alexandro Becker
2024-04-03 13:52:07 -03:00
committed by GitHub
parent d972be9704
commit 0ff94f13e4
3 changed files with 17 additions and 0 deletions

View File

@@ -68,6 +68,12 @@ dockers:
goamd64: "v2"
# IDs to filter the binaries/packages.
#
# Make sure to only include the IDs of binaries you want to `COPY` in your
# Dockerfile.
#
# If you include IDs that don't exist or are not available for the current
# architecture being built, the build of the image will be skipped.
ids:
- mybuild
- mynfpm