Remove redundant -build-toolchain for gox

Running `make release` on the provided Vagrant machine errors with an error.

Removing the `-build-toolchain` fixes it.
This commit is contained in:
Philipp Preß 2015-12-08 15:09:04 +01:00
parent d69abbaeda
commit a4c62673ee
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ plugin-dev: generate
mv $(GOPATH)/bin/$(PLUGIN) $(GOPATH)/bin/terraform-$(PLUGIN)
release: updatedeps
gox -build-toolchain
gox
@$(MAKE) bin
# test runs the unit tests and vets the code