-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
always build kubernetes for linux #413
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
also likely fixes #409 |
@@ -86,6 +87,10 @@ func (b *DockerBuildBits) Build() error { | |||
return buildVersionFile(b.kubeRoot) | |||
} | |||
|
|||
func dockerBuildOsAndArch() string { |
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.
wonder if Os
will pass golint.
other than that LGTM.
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
can confirm this fixes mac with |
* version v0.18.0-alpha * update docs for v0.17.0 * fix kind version in readme * comments-update-buildcontext * Added helm s3 plugin * added helm s3 support * chart version rollback --------- Co-authored-by: Benjamin Elder <[email protected]> Co-authored-by: Daman <[email protected]> Co-authored-by: Kubernetes Prow Robot <[email protected]>
fixes https://github.com/kubernetes-sigs/kind/pull/358/files#r269746243
kind only supports linux "nodes" currently, we can just use the host arch, but we need to build for linux even on mac 🙃