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 gorelease arch #80

Merged
merged 3 commits into from
Sep 17, 2024
Merged

Fix gorelease arch #80

merged 3 commits into from
Sep 17, 2024

Conversation

karl-johan-grahn
Copy link
Contributor

@karl-johan-grahn karl-johan-grahn commented Sep 17, 2024

Don't compile windows arm64 since go version is 1.16

Builds fine locally:

$ goreleaser build --snapshot --clean
  • skipping validate...
  • cleaning distribution directory
  • loading environment variables
  • getting and validating git state
    • git state                                      commit=4823b28cfd362dd4c1cdf44f02c2bfcda8052c51 branch=gorelease-trouble current_tag=v0.0.37 previous_tag=v0.0.36 dirty=true
    • pipe skipped                                   reason=disabled during snapshot mode
  • parsing tag
  • setting defaults
  • snapshotting
    • building snapshot...                           version=v0.0.37-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/slack-operator_windows_amd64_v1/slack-operator.exe
    • building                                       binary=dist/slack-operator_linux_amd64_v1/slack-operator
    • building                                       binary=dist/slack-operator_windows_386/slack-operator.exe
    • building                                       binary=dist/slack-operator_darwin_arm64/slack-operator
    • building                                       binary=dist/slack-operator_linux_386/slack-operator
    • building                                       binary=dist/slack-operator_darwin_amd64_v1/slack-operator
    • building                                       binary=dist/slack-operator_linux_arm64/slack-operator
  • writing artifacts metadata
  • build succeeded after 3s
  • thanks for using goreleaser!

@rasheedamir rasheedamir merged commit 63a8f64 into master Sep 17, 2024
3 checks passed
@rasheedamir rasheedamir deleted the gorelease-trouble branch September 17, 2024 19:27
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