mirror of
https://github.com/actions/go-versions
synced 2024-12-04 07:22:41 +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": {
|
"groups": {
|
||||||
"arch": 2,
|
"arch": 2,
|
||||||
"platform": 1
|
"platform": 1
|
||||||
|
|
Loading…
Reference in a new issue