mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
2 lines
86 B
Bash
2 lines
86 B
Bash
|
#!/bin/bash
|
||
|
go build -tags yq_notoml -tags yq_noxml -tags yq_nojson -ldflags "-s -w" .
|