diff --git a/manifest.json b/manifest.json index ad59438..7b55cd4 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Backup your server with restic.", "fr": "Sauvegardez votre serveur avec restic." }, - "version": "0.12.0~ynh8", + "version": "0.12.0~ynh9", "url": "https://restic.net/", "license": "BSD-2-Clause", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 6484835..542266f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -21,6 +21,9 @@ install_restic () { armv*) arch=arm ;; + aarch64) + arch=arm64 + ;; *) echo ynh_die --message="Unsupported architecture \"$architecture\""