From 7d5d7721172339356aceb0bf92edc25d69eec8d3 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Fri, 30 Jun 2023 17:32:39 +0200 Subject: [PATCH] add arm for regex --- config/go-manifest-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/go-manifest-config.json b/config/go-manifest-config.json index d766d1b..7b75f2b 100644 --- a/config/go-manifest-config.json +++ b/config/go-manifest-config.json @@ -1,5 +1,5 @@ { - "regex": "go-\\d+\\.\\d+\\.\\d+-(\\w+)-(x\\d+)", + "regex": "go-\\d+\\.\\d+\\.\\d+-(\\w+)-((x|arm)\\d+)", "groups": { "arch": 2, "platform": 1