From 58910bf82f44c08b2929ba2811a4ddfb5ab81672 Mon Sep 17 00:00:00 2001 From: VNC Company <41409442+vncloudsco@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:18:11 +0700 Subject: [PATCH] joplin not support ARM (#87) --- servapps/Joplin/description.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servapps/Joplin/description.json b/servapps/Joplin/description.json index d7029e93..9b15948f 100644 --- a/servapps/Joplin/description.json +++ b/servapps/Joplin/description.json @@ -5,5 +5,5 @@ "tags": ["productivity", "note-taking", "to-do", "markdown", "encryption", "syncing", "windows", "linux", "macos", "ios", "android", "self-hosted", "joplin"], "repository": "https://github.com/laurent22/joplin", "image": "https://hub.docker.com/r/joplin/server", - "supported_architectures": ["amd64", "arm64"] - } \ No newline at end of file + "supported_architectures": ["amd64"] + }