We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Commit packager: fetch glibc corresponding to the architecture causes unintended failure on certain operating systems.
This commit introduces the use of the 'arch' command. The 'arch' command is not default installed in GNU coreutils. See here: https://www.gnu.org/software/coreutils/manual/html_node/arch-invocation.html
Perhaps we switch to using uname -m ?
uname -m
The text was updated successfully, but these errors were encountered:
Check system architecture using a standard utility and only where needed
482e8e8
Fixes awslabs#122
f0f427f
No branches or pull requests
Commit packager: fetch glibc corresponding to the architecture causes unintended failure on certain operating systems.
This commit introduces the use of the 'arch' command. The 'arch' command is not default installed in GNU coreutils. See here: https://www.gnu.org/software/coreutils/manual/html_node/arch-invocation.html
Perhaps we switch to using
uname -m
?The text was updated successfully, but these errors were encountered: