From 424463cf7e6f717434020622439ba2708aaedbc2 Mon Sep 17 00:00:00 2001 From: qcoudeyr <124463277+qcoudeyr@users.noreply.github.com> Date: Thu, 23 Nov 2023 07:48:51 +0000 Subject: [PATCH] Update apps/octobot/config.json Co-authored-by: DrMxrcy <58747968+DrMxrcy@users.noreply.github.com> --- apps/octobot/config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/octobot/config.json b/apps/octobot/config.json index 91cc089d..f134e2d1 100644 --- a/apps/octobot/config.json +++ b/apps/octobot/config.json @@ -14,5 +14,10 @@ "short_desc": "Octobot is a powerful open-source cryptocurrency trading robot.", "author": "https://github.com/Drakkar-Software/", "source": "https://github.com/Drakkar-Software/OctoBot", - "form_fields": [] + "form_fields": [], + "supported_architectures": [ + "arm64", + "amd64" + ] +} }