Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix windows build, add clarity to goreleaser build (due to race conditions). #4262

Merged
merged 2 commits into from
Nov 11, 2021

Commits on Nov 11, 2021

  1. Step 1 of 2: Renaming localbuild.sh to cloudbuild-local.sh (preserve …

    …commit history) to make way for new localbuild.sh which will actually be entirely local, since this script is still very specific to Cloud Build.
    patricknelson committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    a143688 View commit details
    Browse the repository at this point in the history
  2. Step 2 of 2: Adding windows build back and added ability to reproduce…

    … goreleaser builds locally (localbuild.sh) in a way exactly consistent with Cloud Build (cloudbuild.sh) but as a *build* only, without being coupled to Cloud Build or it's dependencies (like Cloud KMS, GitHub, etc).
    patricknelson committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    a511708 View commit details
    Browse the repository at this point in the history