nvchecker: add mimalloc

This commit is contained in:
George Rawlinson 2021-12-16 08:03:44 +00:00
parent 168b69e02f
commit a24535e31d
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 6 additions and 0 deletions

View File

@ -90,6 +90,12 @@ to_pattern = '\1.\2.\3'
# github
[mimalloc]
source = "github"
github = "microsoft/mimalloc"
use_max_tag = true
prefix = "v"
[nerdctl]
source = "github"
github = "containerd/nerdctl"