Skip to content

Commit

Permalink
add arm for regex (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov authored Jun 30, 2023
1 parent 55fda57 commit c2d6080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/go-manifest-config.json
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c2d6080

Please sign in to comment.