mirror of
https://code.forgejo.org/actions/go-versions
synced 2024-11-22 09:29:42 +00:00
add arm for regex (#76)
This commit is contained in:
parent
55fda57e98
commit
c2d6080d9a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue