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