Task · TXE-0007

Standardise release architectures on linux/amd64 and linux/arm64

Description

Release binaries and container images were built for different architecture sets, so a documented architecture could exist as a binary but not an image, or the reverse.

Final Summary

Settled in 2b50c83 (build!:): 386 and arm/armv7 dropped from .goreleaser.yaml so binaries match the container-publish matrix at linux/amd64 + linux/arm64. Breaking for anyone consuming the dropped binaries or images. The ! in that subject is what makes the pending release-please PR a major bump.

View the source file on GitHub