Can build yq with no lua

This commit is contained in:
Mike Farah
2023-10-03 16:22:23 +11:00
parent 5fa41624c9
commit 6e65d44a98
7 changed files with 30 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
#!/bin/bash
go build -tags yq_notoml -tags yq_noxml -tags yq_nojson -ldflags "-s -w" .
go build -tags "yq_nolua yq_notoml yq_noxml yq_nojson" -ldflags "-s -w" .