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

i686 architecture not handled #18

Open
kletkeman opened this issue Jan 11, 2017 · 3 comments
Open

i686 architecture not handled #18

kletkeman opened this issue Jan 11, 2017 · 3 comments

Comments

@kletkeman
Copy link

The setup shell script expects only 64 bit architecture, but even on a 64 bit machine it appears the the git shell launched from git desktop sets arch to i686, which is the 32 bit equivalent. So perhaps it would make sense to add it in, as in:

case $arch in
"i686")
export ARCH_TAG="x86_64-0.6.1-preview"
;;
"x86_64")
export ARCH_TAG="x86_64-0.6.1-preview"
;;

@mrshah-at-ibm
Copy link
Contributor

Thanks @kletkeman, can you do a PR?

@kletkeman
Copy link
Author

I tried, but I don't have permission to push my local changes on a branch ... PR fails.

@mrshah-at-ibm
Copy link
Contributor

@kletkeman You should be able to fork the project and do a PR from your fork. I will do it today, no problem.

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

No branches or pull requests

2 participants