File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ docker-push: ## Push docker image with the manager.
86
86
.PHONY : combine-images
87
87
combine-images : # # Combines the manifests and pushes them
88
88
@echo " Combining images..."
89
+ docker push $(IMG ) -amd64
90
+ docker push $(IMG ) -arm64
89
91
docker manifest create $(IMG ) \
90
92
--amend $(IMG)-amd64 \
91
93
--amend $(IMG)-arm64
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ install-capa:
30
30
# 3) Install KubeVirt CDI
31
31
CDI_TAG=$$(curl -s -w %{redirect_url} https://github.com/kubevirt/containerized-data-importer/releases/latest ) && \
32
32
CDI_VERSION=$$(echo $${CDI_TAG##*/} ) && \
33
- kubectl create -f https://github.com/kubevirt/containerized-data-importer/releases/download/$$ CDI_VERSION/cdi-operator.yaml && \
34
- kubectl create -f https://github.com/kubevirt/containerized-data-importer/releases/download/$$ CDI_VERSION/cdi-cr.yaml
33
+ kubectl apply -f https://github.com/kubevirt/containerized-data-importer/releases/download/$$ CDI_VERSION/cdi-operator.yaml && \
34
+ kubectl apply -f https://github.com/kubevirt/containerized-data-importer/releases/download/$$ CDI_VERSION/cdi-cr.yaml
35
35
36
36
# 3) Init capi
37
37
clusterctl init --infrastructure kubevirt
You can’t perform that action at this time.
0 commit comments