yq/scripts/build-tinygo-yq.sh
2025-07-01 13:28:10 +08:00

4 lines
164 B
Bash
Executable File

#!/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" .