Rebrand, update go-ci-stable-debian-build
image
#869
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The
go-ci-stable-debian-build
image was poorly named andfailed to convey the intended purpose:
Provide an image to support cross-platform, static cgo-enabled
builds for Windows and Linux.
This set of changes reworks the image to drop linting support
(which was always an afterthought) and rename it to
go-ci-stable-cgo-mingw-w64-build
.The README has been updated to remove the "Do you use this
image?" prompt and provide an overview that better reflects
the image's purpose.
NOTE: The previous steps to create a temporary copy of the
golangci-lint config file for each stable image being built
and then prune the temporary file as part of the dedicated
cleanup recipe and post-build cleanup have been removed.
The "stable" variant of the linting config file has been
moved directly into the stable/combined/ path.
fixes GH-657