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 goreleaser docker config #1296

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Conversation

vcheung-stripe
Copy link
Collaborator

Reviewers

r? @
cc @stripe/developer-products

Summary

Fix error releasing to docker: https://github.com/stripe/stripe-cli/actions/runs/12919228652/job/36029305762

When run locally, I now get this:

goreleaser release --skip=publish --clean --config ./.goreleaser/linux.yml --snapshot
  • skipping announce, publish and validate...
  • cleaning distribution directory
  • loading environment variables
  • getting and validating git state
    • git state                                      commit=059befeb3a80ae37e63c84a64a8be9dde0f221c4 branch=master current_tag=v1.23.7 previous_tag=v1.23.6 dirty=true
    • pipe skipped                                   reason=disabled during snapshot mode
  • parsing tag
  • setting defaults
  • snapshotting
    • building snapshot...                           version=1.23.7-next
  • running before hooks
    • running                                        hook=go mod download
    • running                                        hook=go generate ./...
  • ensuring distribution directory
  • setting up metadata
  • writing release metadata
  • loading go mod information
  • build prerequisites
  • building binaries
    • building                                       binary=dist/stripe-linux-arm_linux_arm64_v8.0/stripe
    • building                                       binary=dist/stripe-linux_linux_amd64_v1/stripe
  • archives
    • archiving                                      name=dist/stripe_1.23.7-next_linux_x86_64.tar.gz
    • archiving                                      name=dist/stripe_1.23.7-next_linux_arm64.tar.gz
    • no files matched                               glob=none*
    • no files matched                               glob=none*
  • linux packages
    • creating                                       package=stripe format=deb arch=amd64v1 file=dist/stripe_1.23.7-next_linux_amd64.deb
    • creating                                       package=stripe format=deb arch=arm64v8.0 file=dist/stripe_1.23.7-next_linux_arm64.deb
    • creating                                       package=stripe format=rpm arch=amd64v1 file=dist/stripe_1.23.7-next_linux_amd64.rpm
    • creating                                       package=stripe format=rpm arch=arm64v8.0 file=dist/stripe_1.23.7-next_linux_arm64.rpm
  • calculating checksums
  • docker images
    • building docker image                          image=stripe/stripe-cli:latest-arm64
    • building docker image                          image=stripe/stripe-cli:latest-amd64
  • writing artifacts metadata
  • release succeeded after 15s
  • thanks for using GoReleaser!

@vcheung-stripe vcheung-stripe requested a review from a team as a code owner January 23, 2025 00:03
@vcheung-stripe vcheung-stripe merged commit 4a22601 into master Jan 23, 2025
13 checks passed
@vcheung-stripe vcheung-stripe deleted the vcheung-fix-docker-config branch January 23, 2025 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants