Add yq_noini tag to build-small-yq

This commit is contained in:
Zue 2025-07-01 13:27:21 +08:00
parent 25365a0f0b
commit 384d227efe

View File

@ -1,2 +1,2 @@
#!/bin/bash
go build -tags "yq_nolua yq_notoml yq_noxml yq_nojson" -ldflags "-s -w" .
go build -tags "yq_nolua yq_noini yq_notoml yq_noxml yq_nojson" -ldflags "-s -w" .