mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-16 17:32:26 -05:00
This patch allows `build.sh` to be used with terraform plugins to easily create cross-platform packages, using the same method as the terraform Makefile: ``` mkdir scripts curl https://raw.githubusercontent.com/hashicorp/terraform/master/scripts/build.sh -o scripts/build.sh TF_RELEASE=1 sh -c "scripts/build.sh" # make bin ``` |
||
|---|---|---|
| .. | ||
| docker-release | ||
| build.sh | ||
| changelog-links.sh | ||
| debug-terraform | ||
| dist.sh | ||
| generate-plugins.go | ||
| generate-plugins_test.go | ||
| gofmtcheck.sh | ||
| gogetcookie.sh | ||
| travis.sh | ||