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: Build windows binary #314

Merged
merged 2 commits into from
Jun 4, 2024
Merged

fix: Build windows binary #314

merged 2 commits into from
Jun 4, 2024

Conversation

dbolson
Copy link
Contributor

@dbolson dbolson commented May 31, 2024

Realized too late that we need to specify building a windows binary in the goreleaser config. The latest release doesn't have a windows binary.

Requirements

  • I have added test coverage for new or changed functionality
  • I have followed the repository's pull request submission guidelines
  • I have validated my changes against all supported platform versions

Related issues

Provide links to any issues in this repository or elsewhere relating to this pull request.

Describe the solution you've provided

Provide a clear and concise description of what you expect to happen.

Describe alternatives you've considered

Provide a clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context about the pull request here.

- darwin
goarch:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure we need to specify the goarch values. When I generated a default goreleaser config file it only specifies the goos values.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you don't specify goarch, the docs say the default is '386', 'amd64', 'arm64'. So not sure we need to build for 32 bit processors, but it probably wouldn't hurt.

Copy link
Contributor Author

@dbolson dbolson Jun 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cwaldren-ld Screenshot 2024-06-03 at 4 12 19 PM
Updated with defined GOARCH values.

@dbolson dbolson merged commit 282550e into main Jun 4, 2024
8 checks passed
@dbolson dbolson deleted the build-windows-binary branch June 4, 2024 17:31
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