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

Install fails on macos arm64 (m1) #20

Open
jritsema opened this issue Jul 31, 2021 · 1 comment
Open

Install fails on macos arm64 (m1) #20

jritsema opened this issue Jul 31, 2021 · 1 comment

Comments

@jritsema
Copy link

asdf install cue latest
∗ Downloading and installing cue 0.4.0...
tar: Error opening archive: Unrecognized archive format
\e[31mFail:\e[m Could not uncompress
\e[31mFail:\e[m An error occurred
Darwin 20.5.0 Darwin Kernel Version 20.5.0: Sat May  8 05:10:31 PDT 2021; root:xnu-7195.121.3~9/RELEASE_ARM64_T8101 arm64

It does work, however, when installed via brew install cue-lang/tap/cue which uses the darwin/amd64 binary via rosetta.

@NeoHsu
Copy link
Member

NeoHsu commented Jul 31, 2021

Hi @jritsema,
I created PR to fix this issue,
I assign platform on MacOS always use x84_64/amd64 binary version.
thanks.

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

No branches or pull requests

2 participants