From 384d227efeb182cdb5ddaee9570e4fda0186b579 Mon Sep 17 00:00:00 2001 From: Zue Date: Tue, 1 Jul 2025 13:27:21 +0800 Subject: [PATCH] Add yq_noini tag to build-small-yq --- scripts/build-small-yq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-small-yq.sh b/scripts/build-small-yq.sh index 9ecfddab..d6845e93 100755 --- a/scripts/build-small-yq.sh +++ b/scripts/build-small-yq.sh @@ -1,2 +1,2 @@ #!/bin/bash -go build -tags "yq_nolua yq_notoml yq_noxml yq_nojson" -ldflags "-s -w" . \ No newline at end of file +go build -tags "yq_nolua yq_noini yq_notoml yq_noxml yq_nojson" -ldflags "-s -w" . \ No newline at end of file