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

fix: web install arch: aarch64 #418

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

4F2E4A2E
Copy link
Contributor

Fixing web install arch suffix bug

$ curl https://raw.githubusercontent.com/kdash-rs/kdash/main/deployment/getLatest.sh | bash
Getting https://github.com/kdash-rs/kdash/releases/download/v0.4.7/kdash-linux.tar.gz .....
executable installed at /usr/local/bin/kdash
$ kdash
-bash: /usr/local/bin/kdash: cannot execute binary file: Exec format error
$ echo $(uname -m)
aarch64
$ file /usr/local/bin/kdash
/usr/local/bin/kdash: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2 ...

@deepu105 deepu105 merged commit 6e4840e into kdash-rs:main Jan 18, 2024
6 checks passed
@4F2E4A2E 4F2E4A2E deleted the fix-webinstall-aarch64 branch January 18, 2024 10:32
@deepu105
Copy link
Contributor

Hi did the aarch package work on M1 mac for you?

@4F2E4A2E
Copy link
Contributor Author

It worked wonderfully, thank you for kdash!

@deepu105
Copy link
Contributor

strange on my M1 mac the aarch64 binaries does not work. Only the amd64 version works

@deepu105
Copy link
Contributor

Are you on Mac or Linux?

@4F2E4A2E
Copy link
Contributor Author

4F2E4A2E commented Jan 18, 2024

Mac, I had to uninstall it first.

@deepu105
Copy link
Contributor

deepu105 commented Jan 19, 2024 via email

@4F2E4A2E
Copy link
Contributor Author

I just removed all kdash bins and reinstalled again and you're wright, I must have messed up the testing somehow while impl the bash script somehow, sorry for that.

The good thing is that the bash script is working on aarch64 linux deployments now, e.g. hetzner cloud.

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.

2 participants