nvchecker: add mimalloc
This commit is contained in:
parent
168b69e02f
commit
a24535e31d
1 changed files with 6 additions and 0 deletions
|
@ -90,6 +90,12 @@ to_pattern = '\1.\2.\3'
|
||||||
|
|
||||||
# github
|
# github
|
||||||
|
|
||||||
|
[mimalloc]
|
||||||
|
source = "github"
|
||||||
|
github = "microsoft/mimalloc"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
||||||
|
|
||||||
[nerdctl]
|
[nerdctl]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "containerd/nerdctl"
|
github = "containerd/nerdctl"
|
||||||
|
|
Loading…
Reference in a new issue