Merge pull request #4209 from nTraum/gox_without_build_toolchain
Remove redundant -build-toolchain for gox
This commit is contained in:
commit
2652fa7f97
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ plugin-dev: generate
|
||||||
mv $(GOPATH)/bin/$(PLUGIN) $(GOPATH)/bin/terraform-$(PLUGIN)
|
mv $(GOPATH)/bin/$(PLUGIN) $(GOPATH)/bin/terraform-$(PLUGIN)
|
||||||
|
|
||||||
release: updatedeps
|
release: updatedeps
|
||||||
gox -build-toolchain
|
gox
|
||||||
@$(MAKE) bin
|
@$(MAKE) bin
|
||||||
|
|
||||||
# test runs the unit tests and vets the code
|
# test runs the unit tests and vets the code
|
||||||
|
|
Loading…
Reference in New Issue