From b2515a5635f807e7f3ef7b708e8d9c4685f679d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Cilia?= Date: Fri, 5 Jan 2024 15:47:14 +0100 Subject: [PATCH] [APP] Planning Poker - Remove arm64 of supported architectures --- apps/planning-poker/config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/planning-poker/config.json b/apps/planning-poker/config.json index 72926e19..1675b1a7 100644 --- a/apps/planning-poker/config.json +++ b/apps/planning-poker/config.json @@ -17,7 +17,6 @@ "source": "https://github.com/axeleroy/self-host-planning-poker", "form_fields": [], "supported_architectures": [ - "arm64", "amd64" ] }