yq/scripts/build-small-yq.sh

2 lines
85 B
Bash
Raw Normal View History

2023-03-16 02:36:51 +00:00
#!/bin/bash
2023-10-03 05:22:23 +00:00
go build -tags "yq_nolua yq_notoml yq_noxml yq_nojson" -ldflags "-s -w" .