mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-06 22:53:37 +03:00
Merge pull request #207 from oluceps/add-tags
add: with_gvisor tag for nix build
This commit is contained in:
commit
986c91b5c8
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@
|
|||
"-X github.com/Dreamacro/clash/constant.Version=dev-${version}"
|
||||
"-X github.com/Dreamacro/clash/constant.BuildTime=${version}"
|
||||
];
|
||||
|
||||
tags = [
|
||||
"with_gvisor"
|
||||
];
|
||||
|
||||
# Network required
|
||||
doCheck = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue