We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a1640 commit 953b13cCopy full SHA for 953b13c
Makefile
@@ -1,3 +1,4 @@
1
-
+STEAMPIPE_INSTALL_DIR ?= ~/.steampipe
2
+BUILD_TAGS = netgo
3
install:
- go build -o ~/.steampipe/plugins/hub.steampipe.io/plugins/turbot/terraform@latest/steampipe-plugin-terraform.plugin *.go
4
+ go build -o $(STEAMPIPE_INSTALL_DIR)/plugins/hub.steampipe.io/plugins/turbot/terraform@latest/steampipe-plugin-terraform.plugin -tags "${BUILD_TAGS}" *.go
0 commit comments