-
Notifications
You must be signed in to change notification settings - Fork 204
Compile the Windows archive proxy for the target GOARCH instead of the host GOARCH #11054
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
Compile the Windows archive proxy for the target GOARCH instead of the host GOARCH #11054
Conversation
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
ycombinator
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a comment update, otherwise LGTM
Co-authored-by: Shaunak Kashyap <[email protected]>
💛 Build succeeded, but was flaky
Failed CI Stepscc @cmacknz |
michel-laterman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
…e host GOARCH (#11054) * Compile the archive proxy for the target GOARCH isntead of the host GOARCH. * Update comment to match function name. Co-authored-by: Shaunak Kashyap <[email protected]> --------- Co-authored-by: Shaunak Kashyap <[email protected]> (cherry picked from commit 318ad8f)
|
@Mergifyio backport 9.1 9.2 |
✅ Backports have been created
|
…e host GOARCH (#11054) * Compile the archive proxy for the target GOARCH isntead of the host GOARCH. * Update comment to match function name. Co-authored-by: Shaunak Kashyap <[email protected]> --------- Co-authored-by: Shaunak Kashyap <[email protected]> (cherry picked from commit 318ad8f) # Conflicts: # magefile.go
…e host GOARCH (#11054) (#11174) * Compile the archive proxy for the target GOARCH isntead of the host GOARCH. * Update comment to match function name. --------- (cherry picked from commit 318ad8f) Co-authored-by: Craig MacKenzie <[email protected]> Co-authored-by: Shaunak Kashyap <[email protected]> Co-authored-by: Eric Beahan <[email protected]>
…e host GOARCH (elastic#11054) * Compile the archive proxy for the target GOARCH isntead of the host GOARCH. * Update comment to match function name. Co-authored-by: Shaunak Kashyap <[email protected]> --------- Co-authored-by: Shaunak Kashyap <[email protected]>
When support for windows/arm builds was added in #9751 the Go archive proxy was switched from a fixed
amd64GOARCH to the host GOARCH. This works in CI which doesn't cross-compile for Windows but broke cross-compiling from darwin/arm64 to windows/amd64 for anyone on a Mac. This PR fixes that.To test: