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 downloading arm64 binary for kubescape #1238

Merged
merged 1 commit into from May 17, 2023
Merged

Fix downloading arm64 binary for kubescape #1238

merged 1 commit into from May 17, 2023

Conversation

HollowMan6
Copy link
Contributor

Overview

Fix #1237

Test:

curl -s https://raw.githubusercontent.com/HollowMan6/kubescape/macm1/install.sh | /bin/bash

cc: @craigbox

Signed-off-by: Songlin Jiang <songlin.jiang@csc.fi>
@HollowMan6 HollowMan6 requested a review from craigbox May 17, 2023 12:37
Copy link
Contributor

@craigbox craigbox left a comment

Choose a reason for hiding this comment

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

LGTM

@craigbox craigbox merged commit 91e705a into kubescape:master May 17, 2023
2 checks passed
Copy link
Contributor

@matthyx matthyx left a comment

Choose a reason for hiding this comment

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

Does it make sense to have Linux and arm64? What's the combo for raspberry pi 4 on Linux?

@HollowMan6 HollowMan6 deleted the macm1 branch May 17, 2023 13:40
@HollowMan6
Copy link
Contributor Author

Does it make sense to have Linux and arm64? What's the combo for raspberry pi 4 on Linux?

@matthyx Yes, of course. Raspberry pi 4 is using the arm64. FYI, I add the Linux arm64 because of this issue request: #195

@matthyx
Copy link
Contributor

matthyx commented May 17, 2023

Wait raspberry pi is aarch64 or arm64? I meant maybe the way you separate OS and arch creates more choices than what we have...

@HollowMan6
Copy link
Contributor Author

Actually arm64 is the same as aarch64, just for the uname -m command in Linux it’s called aarch64 while in macOS it’s called arm64.

@HollowMan6
Copy link
Contributor Author

I think we shall match aarch64 and arm64 at the same time, no matter what kind of OS it is, to make it more robust. Since these two names are for the same architecture.

@HollowMan6
Copy link
Contributor Author

https://stackoverflow.com/a/47274698

@matthyx
Copy link
Contributor

matthyx commented May 18, 2023

thanks for your update @HollowMan6

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.

Download and Installing Wrong Binary For Apple M1
3 participants