Skip to content

Conversation

tashian
Copy link
Contributor

@tashian tashian commented Jul 10, 2024

Note: We need to wait for a release of GoReleaser Pro before we can merge this.

This PR builds bin/step using the same GoReleaser Pro workflow as in other parts of the CI system:

goreleaser build \
      --id default \
      --single-target \
      --auto-snapshot \
      --clean \
      --output bin/step

It should use the version number from the most recent tag.
The --auto-snapshot flag appends -next to the version number if the git repo is dirty.

The --single-target flag builds for the current GOOS, GOARCH, and GOARM only.

  • Test that Docker images build properly across different platforms
  • Do a prerelease build, to see the whole thing working properly

@github-actions github-actions bot added the needs triage Waiting for discussion / prioritization by team label Jul 10, 2024
@tashian tashian requested a review from dopey July 10, 2024 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Waiting for discussion / prioritization by team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants