mirror of
https://github.com/mikefarah/yq.git
synced 2026-03-10 15:54:26 +00:00
4 lines
233 B
Bash
Executable File
4 lines
233 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 yq_nocsv yq_nobase64 yq_nouri yq_noprops yq_nosh yq_noshell yq_nohcl" . |