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

Add support for ARM architecture #52

Merged
merged 1 commit into from
Jul 19, 2017
Merged

Conversation

myoung34
Copy link
Contributor

@myoung34 myoung34 commented Jul 5, 2017

Add support for arm, for us masochists.

@kamatama41
Copy link
Collaborator

kamatama41 commented Jul 14, 2017

Ideally, I think TFENV_ARCH should be determined automatically with uname or something else but I have no idea as of now. So it's OK for your approach 👍

;;
*)
os="linux_amd64"
TFENV_ARCH=${TFENV_ARCH:-amd64}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please move this line before the case statement (L51). Currently os ends up invalid because TFENV_ARCH is not defined when OS is not Linux.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@kamatama41
Copy link
Collaborator

kamatama41 commented Jul 14, 2017

And please merge this commit into your branch by rebase or cherry-pick because some tests will fail without it, thanks.

@myoung34
Copy link
Contributor Author

rebased against upstream master

Copy link
Collaborator

@kamatama41 kamatama41 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@kamatama41 kamatama41 merged commit 753fe6f into tfutils:master Jul 19, 2017
@cdaguerre cdaguerre mentioned this pull request Oct 29, 2021
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.

None yet

2 participants