This website requires JavaScript.
Explore
Help
Register
Sign In
suyiiyii
/
yq
Watch
1
Star
0
Fork
0
You've already forked yq
mirror of
https://github.com/mikefarah/yq.git
synced
2024-11-12 13:48:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c7ef946031
yq
/
scripts
/
build-small-yq.sh
2 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
Stripped debugging info from binary
2023-03-16 02:36:51 +00:00
#!/bin/bash
Can build yq with no lua
2023-10-03 05:22:23 +00:00
go build -tags
"yq_nolua yq_notoml yq_noxml yq_nojson"
-ldflags
"-s -w"
.
Reference in New Issue
Copy Permalink