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: Correct CPU arch detection in install-dev.sh #505

Merged
merged 6 commits into from Jul 1, 2022

Conversation

studioego
Copy link
Contributor

@studioego studioego commented Jun 30, 2022

fix to check machine arch clearly
make sure to check machine architecture clearly to query the Docker registry.

Sometimes, some Linux VM's $(uname -p) result is 'Unknown'. So, changed $(uname -p) to $(uname -m) and clearly shows arm64 and aarch64 on docker image pulling.

fix to check machine arch clearly
make sure to check machine architecture clearly to query the docker registry
fix docker multiarch url for arm64,aarch64
fix if conditions
fix if condition
@studioego studioego added comp:installer Related to Installer effort:easy Need to understand only a specific region of codes (good first issue, easy). type:refactor Refactoring current implementation. labels Jun 30, 2022
@studioego studioego requested a review from achimnol June 30, 2022 15:21
@studioego studioego self-assigned this Jun 30, 2022
add change log for PR
@achimnol achimnol changed the title fix: check machine arch clearly fix: Correct CPU arch detection in install-dev.sh Jul 1, 2022
@achimnol achimnol merged commit 05ce1fc into main Jul 1, 2022
@achimnol achimnol deleted the fix/check_docker_registry_arch_name branch July 1, 2022 02:33
@achimnol achimnol added this to the 22.03 milestone Jul 1, 2022
achimnol pushed a commit that referenced this pull request Jul 1, 2022
Backported-From: main (22.06)
Backported-To: 22.03
@Yaminyam Yaminyam added the size:XS ~10 LoC label Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:installer Related to Installer effort:easy Need to understand only a specific region of codes (good first issue, easy). size:XS ~10 LoC type:refactor Refactoring current implementation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants