File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ $(GO_BUILD_TARGETS): go-build.%: bin/$(TARGET_OS_ARCH)/terraform-provider-%.zip
3434$(TERRAFORM_PROVIDER_TARGETS ) : bin/$(TARGET_OS_ARCH ) /terraform-provider-% .zip: providers/% /go.mod
3535 cd providers/$* ; \
3636 if [ -f main.go ]; then path=" ." ; else path=./vendor/` grep _ tools.go| awk ' { print $$2 }' | sed ' s|"||g' ` ; fi ; \
37- go build -gcflags $(GCFLAGS ) -ldflags $(LDFLAGS ) -o ../../bin/$(TARGET_OS_ARCH ) /terraform-provider-$* " $$ path" ; \
37+ go build -gcflags $(GCFLAGS ) -ldflags $(LDFLAGS ) -o ../../bin/$(TARGET_OS_ARCH ) /terraform-provider-$* " $$ path" && \
3838 zip -1j ../../bin/$(TARGET_OS_ARCH ) /terraform-provider-$* .zip ../../bin/$(TARGET_OS_ARCH ) /terraform-provider-$* ;
3939
4040.PHONY : go-build-terraform
You can’t perform that action at this time.
0 commit comments