add arm for regex (#142)

This commit is contained in:
Dmitry Shibanov 2023-06-30 15:35:16 +02:00 committed by GitHub
parent 3985d2e8f1
commit 802851f7e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ {
"regex": "node-\\d+\\.\\d+\\.\\d+-(\\w+)-(x\\d+)", "regex": "node-\\d+\\.\\d+\\.\\d+-(\\w+)-((x|arm)\\d+)",
"groups": { "groups": {
"arch": 2, "arch": 2,
"platform": 1 "platform": 1