From 6e258612175929d2e2e171736060b4e13fa19e3f Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Fri, 30 Jun 2023 15:28:25 +0200 Subject: [PATCH] add arm for regex --- config/node-manifest-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/node-manifest-config.json b/config/node-manifest-config.json index 5562000..6034444 100644 --- a/config/node-manifest-config.json +++ b/config/node-manifest-config.json @@ -1,5 +1,5 @@ { - "regex": "node-\\d+\\.\\d+\\.\\d+-(\\w+)-(x\\d+)", + "regex": "node-\\d+\\.\\d+\\.\\d+-(\\w+)-((x|arm)\\d+)", "groups": { "arch": 2, "platform": 1 -- 2.49.1