From b82122e7bc261191d669c079c0c347de13f9da8e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 12 Aug 2023 15:26:10 +0200 Subject: [PATCH] Update manifest.toml to add support for arm64 ? --- manifest.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index b3877a9..78bf347 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ code = "https://github.com/kiwix/kiwix-tools" [integration] yunohost = ">= 11.1.20" -architectures = ["amd64", "armhf"] +architectures = ["amd64", "armhf", "arm64"] multi_instance = true ldap = false sso = false @@ -41,6 +41,8 @@ ram.runtime = "50M" amd64.sha256 = "110d4b00b0c6aa3fa6982c3f3cc5d4143af90caa935b1e23e0ecd80680f269e8" armhf.url = "https://download.kiwix.org/release/kiwix-tools/kiwix-tools_linux-armhf-3.5.0.tar.gz" armhf.sha256 = "41242099546401250268fee9bf48c43c2217b0a1d14efb1b90ae15bafcf05bcc" + arm64.url = "https://download.kiwix.org/release/kiwix-tools/kiwix-tools_linux-aarch64-3.5.0.tar.gz" + arm64.sha256 = "2a5c88bba79ff8b253138bbd960c40c0588a13a9e52b6a41cd979c0940f7d72c" [resources.ports]