1
0
Fork 0
mirror of https://code.forgejo.org/actions/go-versions synced 2025-03-15 06:36:58 +01:00

add arm for regex

This commit is contained in:
Dmitry Shibanov 2023-06-30 17:32:39 +02:00
parent 55fda57e98
commit 7d5d772117

View file

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