From c2d6080d9ad7a913bc2ec631eba7e5ed2007866e Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Fri, 30 Jun 2023 17:44:16 +0200 Subject: [PATCH] add arm for regex (#76) --- 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