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

Provide a cli binary for macOS / darwin #57

Closed
ankushagarwal opened this issue Apr 19, 2018 · 7 comments
Closed

Provide a cli binary for macOS / darwin #57

ankushagarwal opened this issue Apr 19, 2018 · 7 comments
Assignees

Comments

@ankushagarwal
Copy link

The current alpha release only provides a cli binary for linux-amd64. Would be nice to have a build for macOS / darwin as well

/cc @gaocegege

@gaocegege
Copy link
Member

Yeah, I will take a look. Or would you mind building a binary in macOS since I have no the environment?

@gaocegege
Copy link
Member

/area ci
/priority p1

@ankushagarwal
Copy link
Author

You don't need access to macOS to build macOS binaries

You can simply run this in your linux environment

env GOOS=darwin GOARCH=amd64 go build github.com/kubeflow/hp-tuning/cli

Reference : https://www.digitalocean.com/community/tutorials/how-to-build-go-executables-for-multiple-platforms-on-ubuntu-16-04

@gaocegege
Copy link
Member

OK, thanks.

@gaocegege
Copy link
Member

/assign @gaocegege

@gaocegege
Copy link
Member

Added, thanks

@ankushagarwal
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants