-
Notifications
You must be signed in to change notification settings - Fork 9
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
Architecture parsing failing on MacOS with coreutils installed through Homebrew #350
Comments
zorfling
added a commit
to zorfling/microsoft-authentication-cli
that referenced
this issue
Nov 7, 2023
zorfling
changed the title
Architecture parsing failing on MacOS Ventura 13.6.1 / Macbook Pro M1 Max
Architecture parsing failing on MacOS with coreutils installed through Homebrew
Nov 7, 2023
@zorfling, thanks for bringing this to our attention! I should have assumed that |
reillysiemens
pushed a commit
that referenced
this issue
Nov 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to install the 1ES DevTool on MacOS and coreutils installed through Homebrew, I'm getting an error installing the azureauth cli that seems related to a bad parsing of
uname -a
ininstall.sh
Error obtaining access token: [System.Exception: Error installing azureauth cli. Log: . Error: Unsupported architecture 'Darwin', unable to download a release
Changing from
uname -a | rev | cut -d ' ' -f1 | rev
to grepping forx86_64
orarm64
seems to work - PR incomingThe text was updated successfully, but these errors were encountered: