Since default is dynbinary we should test with dynbinary
| ... | ... |
@@ -49,25 +49,25 @@ binary: build |
| 49 | 49 |
$(DOCKER_RUN_DOCKER) hack/make.sh binary |
| 50 | 50 |
|
| 51 | 51 |
cross: build |
| 52 |
- $(DOCKER_RUN_DOCKER) hack/make.sh binary cross |
|
| 52 |
+ $(DOCKER_RUN_DOCKER) hack/make.sh dynbinary binary cross |
|
| 53 | 53 |
|
| 54 | 54 |
deb: build |
| 55 |
- $(DOCKER_RUN_DOCKER) hack/make.sh binary build-deb |
|
| 55 |
+ $(DOCKER_RUN_DOCKER) hack/make.sh dynbinary build-deb |
|
| 56 | 56 |
|
| 57 | 57 |
rpm: build |
| 58 |
- $(DOCKER_RUN_DOCKER) hack/make.sh binary build-rpm |
|
| 58 |
+ $(DOCKER_RUN_DOCKER) hack/make.sh dynbinary build-rpm |
|
| 59 | 59 |
|
| 60 | 60 |
test: build |
| 61 |
- $(DOCKER_RUN_DOCKER) hack/make.sh binary cross test-unit test-integration-cli test-docker-py |
|
| 61 |
+ $(DOCKER_RUN_DOCKER) hack/make.sh dynbinary cross test-unit test-integration-cli test-docker-py |
|
| 62 | 62 |
|
| 63 | 63 |
test-unit: build |
| 64 | 64 |
$(DOCKER_RUN_DOCKER) hack/make.sh test-unit |
| 65 | 65 |
|
| 66 | 66 |
test-integration-cli: build |
| 67 |
- $(DOCKER_RUN_DOCKER) hack/make.sh binary test-integration-cli |
|
| 67 |
+ $(DOCKER_RUN_DOCKER) hack/make.sh dynbinary test-integration-cli |
|
| 68 | 68 |
|
| 69 | 69 |
test-docker-py: build |
| 70 |
- $(DOCKER_RUN_DOCKER) hack/make.sh binary test-docker-py |
|
| 70 |
+ $(DOCKER_RUN_DOCKER) hack/make.sh dynbinary test-docker-py |
|
| 71 | 71 |
|
| 72 | 72 |
validate: build |
| 73 | 73 |
$(DOCKER_RUN_DOCKER) hack/make.sh validate-dco validate-gofmt validate-pkg validate-lint validate-test validate-toml validate-vet |