From 45a03b6589b1f8758c7423d820d860f8efb80bfc Mon Sep 17 00:00:00 2001 From: Krzysztof Wojciechowski <49921081+Kotochleb@users.noreply.github.com> Date: Fri, 9 Sep 2022 14:15:56 +0300 Subject: [PATCH] Remove armhf from panther platforms --- platforms.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms.yaml b/platforms.yaml index 9e4b11b..0745811 100644 --- a/platforms.yaml +++ b/platforms.yaml @@ -20,4 +20,4 @@ panther: short_msg_up: 'Panther' short_msg_down: '' long_msg: 'Panther' - architectures: [amd64, arm64, armhf] \ No newline at end of file + architectures: [amd64, arm64]