File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 goimports -w ./ && gofmt -s -w ./
3030
3131docker-build :
32- ${MAKEFILE_PATH} /scripts/build-docker-images -d - p ${GOOS} /${GOARCH} -r ${IMG} -v ${VERSION}
32+ ${MAKEFILE_PATH} /scripts/build-docker-images -p ${GOOS} /${GOARCH} -r ${IMG} -v ${VERSION}
3333
3434docker-run :
3535 docker run ${IMG_W_TAG}
@@ -93,10 +93,10 @@ helm-validate-eks-versions:
9393 ${MAKEFILE_PATH} /test/helm/validate-chart-versions
9494
9595build-binaries :
96- ${MAKEFILE_PATH} /scripts/build-binaries -p ${SUPPORTED_PLATFORMS_LINUX} -v ${VERSION} -d
96+ ${MAKEFILE_PATH} /scripts/build-binaries -p ${SUPPORTED_PLATFORMS_LINUX} -v ${VERSION}
9797
9898build-binaries-windows :
99- ${MAKEFILE_PATH} /scripts/build-binaries -p ${SUPPORTED_PLATFORMS_WINDOWS} -v ${VERSION} -d
99+ ${MAKEFILE_PATH} /scripts/build-binaries -p ${SUPPORTED_PLATFORMS_WINDOWS} -v ${VERSION}
100100
101101upload-resources-to-github :
102102 ${MAKEFILE_PATH} /scripts/upload-resources-to-github
You can’t perform that action at this time.
0 commit comments