mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 11:23:15 +08:00
add: with_gvisor tag for nix build
This commit is contained in:
parent
fefd9b7427
commit
8c13426492
@ -41,6 +41,10 @@
|
|||||||
"-X github.com/Dreamacro/clash/constant.Version=dev-${version}"
|
"-X github.com/Dreamacro/clash/constant.Version=dev-${version}"
|
||||||
"-X github.com/Dreamacro/clash/constant.BuildTime=${version}"
|
"-X github.com/Dreamacro/clash/constant.BuildTime=${version}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
tags = [
|
||||||
|
"with_gvisor"
|
||||||
|
];
|
||||||
|
|
||||||
# Network required
|
# Network required
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user