Add more build tags to reduce binary size

This commit is contained in:
Zue
2025-07-01 15:52:40 +08:00
parent a9f7cc1ebb
commit 7696723d5c
18 changed files with 88 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
# Currently, the `yq_nojson` feature must be enabled when using TinyGo.
tinygo build -no-debug -tags "yq_nolua yq_noini yq_notoml yq_noxml yq_nojson" .
tinygo build -no-debug -tags "yq_nolua yq_noini yq_notoml yq_noxml yq_nojson yq_nocsv yq_nobase64 yq_nouri yq_noprops yq_nosh yq_noshell" .