From 000e5c70efa2c9ffff1d892877551f553f299534 Mon Sep 17 00:00:00 2001 From: Hendy Irawan Date: Mon, 30 Aug 2021 13:47:33 +0700 Subject: [PATCH] fix: Support arm64 architecture (e.g. AWS Graviton2) --- wo/core/variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/core/variables.py b/wo/core/variables.py index c3a5a0b..209b2e2 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -177,7 +177,7 @@ class WOVar(): wo_ubuntu_backports = 'ppa:jonathonf/backports' # APT repositories - wo_mysql_repo = ("deb [arch=amd64,ppc64el] " + wo_mysql_repo = ("deb [arch=amd64,arm64,ppc64el] " "http://mariadb.mirrors.ovh.net/MariaDB/repo/" "10.5/{distro} {codename} main" .format(distro=wo_distro,