We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62f608c + 04b3e15 commit 7a34c2fCopy full SHA for 7a34c2f
Makefile
@@ -105,7 +105,7 @@ test:
105
go test --race --v ./pkg/...
106
go test --race --v ./cmd/...
107
108
-images: image-karmada-controller-manager image-karmada-scheduler image-karmada-webhook image-karmada-agent image-karmada-scheduler-estimator
+images: image-karmada-controller-manager image-karmada-scheduler image-karmada-webhook image-karmada-agent image-karmada-scheduler-estimator image-karmada-interpreter-webhook-example
109
110
image-karmada-controller-manager: karmada-controller-manager
111
VERSION=$(VERSION) hack/docker.sh karmada-controller-manager
0 commit comments