From 26af3027fc0f36ae68ae0cb78d28fb525d90f969 Mon Sep 17 00:00:00 2001 From: Sebastian Madejski <34239101+mwht@users.noreply.github.com> Date: Tue, 2 Feb 2021 17:53:57 +0100 Subject: [PATCH 1/3] change x86 to amd64 to reflect actual architecture name --- site/content/en/docs/start/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/start/_index.md b/site/content/en/docs/start/_index.md index 85f2497263..742388b1f5 100644 --- a/site/content/en/docs/start/_index.md +++ b/site/content/en/docs/start/_index.md @@ -25,7 +25,7 @@ All you need is Docker (or similarly compatible) container or a Virtual Machine For Linux users, we provide 3 easy download options (for each architecture): -### x86 +### amd64 #### Binary download From 258a31d85f7bb48a7d92c160d4469a38e1c92a20 Mon Sep 17 00:00:00 2001 From: Sebastian Madejski <34239101+mwht@users.noreply.github.com> Date: Tue, 2 Feb 2021 18:16:33 +0100 Subject: [PATCH 2/3] changed name from ARM to ARM64 in installation guide to reflect actual architecture --- site/content/en/docs/start/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/start/_index.md b/site/content/en/docs/start/_index.md index 742388b1f5..4179c16f23 100644 --- a/site/content/en/docs/start/_index.md +++ b/site/content/en/docs/start/_index.md @@ -49,7 +49,7 @@ curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-latest sudo rpm -ivh minikube-latest.x86_64.rpm ``` -### ARM +### ARM64 #### Binary download From 51230736a1eee400fbe3d23a5069bf8e2e7f4a03 Mon Sep 17 00:00:00 2001 From: Sebastian Madejski <34239101+mwht@users.noreply.github.com> Date: Tue, 2 Feb 2021 18:35:45 +0100 Subject: [PATCH 3/3] add alternative architecture names for x86_64 and arm64 to installation guide --- site/content/en/docs/start/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/en/docs/start/_index.md b/site/content/en/docs/start/_index.md index 4179c16f23..681bed2cd8 100644 --- a/site/content/en/docs/start/_index.md +++ b/site/content/en/docs/start/_index.md @@ -25,7 +25,7 @@ All you need is Docker (or similarly compatible) container or a Virtual Machine For Linux users, we provide 3 easy download options (for each architecture): -### amd64 +### amd64 / x86_64 #### Binary download @@ -49,7 +49,7 @@ curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-latest sudo rpm -ivh minikube-latest.x86_64.rpm ``` -### ARM64 +### arm64 / aarch64 #### Binary download