This change is primarily focused on the goreleaser configuration, which is updated as follows:
Remove the installation process and follow the pattern used to install terraform using docker copy, and a method
which will automatically cover other architectures such as arm64.
Ensure goreleaser configuration is validated during builds to avoid release build only failures.
This also leans on the signature of the goreleaser docker container to pin the artifact in a similar way to
terraform.
Hopefully these refinements can be also be used to improve other projects using goreleaser and buildkite.
This change is primarily focused on the goreleaser configuration, which is updated as follows:
Hopefully these refinements can be also be used to improve other projects using goreleaser and buildkite.