Skip to content

Docker builds should use the same binary as the goreleaser buildsΒ #278

@drewhammond

Description

@drewhammond

This is fall out from the broken docker builds that were fixed recently. In order to get them working again, we started building the docker images on release "publish" actions. By the time this happens, Github has already built a set of binaries to attach to the release page.

There isn't a functional difference between the builds (at least not intentionally), but for security reasons we should ensure the binaries built into the docker image match the checksums of the binaries built for the release page.

Ideally this would all be handled in GoReleaser, but that's how I managed to break the docker builds in the first place πŸ™ƒ

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions