From a712949cd1c825f65040d46a88c8d38a0cd48175 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 29 Sep 2024 14:31:17 -0400 Subject: [PATCH] docs: fix reference to arm64 See #7215 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 433963246..520ea860c 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,8 @@ Support us with a monthly donation and help us continue our activities. [[Become A fresh VM running any of the following operating systems: -- Ubuntu 20.04 / 22.04 / 24.04 (amd64/arch64) - Any currently supported release -- Debian 11+ (amd64/arch64) +- Ubuntu 20.04 / 22.04 / 24.04 (amd64/arm64) - Any currently supported release +- Debian 11+ (amd64/arm64) An SSH keypair that can be used for application deployment. If this exists before installation, it will be automatically imported into dokku. Otherwise, you will need to import the keypair manually after installation using `dokku ssh-keys:add`.