File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ base-arm64:
84
84
.PHONY : image-kube-ovn
85
85
image-kube-ovn : build-go
86
86
docker buildx build --platform linux/amd64 -t $(REGISTRY ) /kube-ovn:$(RELEASE_TAG ) --build-arg VERSION=$(RELEASE_TAG ) -o type=docker -f dist/images/Dockerfile dist/images/
87
+ docker buildx build --platform linux/amd64 -t $(REGISTRY ) /kube-ovn:$(RELEASE_TAG ) -no-avx512 --build-arg BASE_TAG=$(RELEASE_TAG ) -no-avx512 -o type=docker -f dist/images/Dockerfile dist/images/
87
88
docker buildx build --platform linux/amd64 -t $(REGISTRY ) /kube-ovn:$(DEBUG_TAG ) --build-arg BASE_TAG=$(DEBUG_TAG ) -o type=docker -f dist/images/Dockerfile dist/images/
88
89
docker buildx build --platform linux/amd64 -t $(REGISTRY ) /kube-ovn:$(RELEASE_TAG ) -dpdk -o type=docker -f dist/images/Dockerfile.dpdk dist/images/
89
90
@@ -119,7 +120,7 @@ push-release: release
119
120
120
121
.PHONY : tar-kube-ovn
121
122
tar-kube-ovn :
122
- docker save $(REGISTRY ) /kube-ovn:$(RELEASE_TAG ) $(REGISTRY ) /kube-ovn:$(DEBUG_TAG ) -o kube-ovn.tar
123
+ docker save $(REGISTRY ) /kube-ovn:$(RELEASE_TAG ) $(REGISTRY ) /kube-ovn:$(RELEASE_TAG ) -no-avx512 $( REGISTRY ) /kube-ovn: $( DEBUG_TAG ) -o kube-ovn.tar
123
124
124
125
.PHONY : tar-vpc-nat-gateway
125
126
tar-vpc-nat-gateway :
You can’t perform that action at this time.
0 commit comments