-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor to remove hard coded goreleaser architecture (#532)
This change is primarily focused on the goreleaser configuration, which is updated as follows: 1. 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. 2. Ensure goreleaser configuration is validated during builds to avoid release build only failures. 3. 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.
- Loading branch information
Showing
4 changed files
with
11 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters