File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches :
6
6
- master
7
+ - release-*
7
8
paths-ignore :
8
9
- ' docs/**'
9
10
- ' **.md'
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ base-arm64:
67
67
.PHONY : image-kube-ovn
68
68
image-kube-ovn : build-go
69
69
docker buildx build --platform linux/amd64 --build-arg ARCH=amd64 -t $(REGISTRY ) /kube-ovn:$(RELEASE_TAG ) -o type=docker -f dist/images/Dockerfile dist/images/
70
+ docker buildx build --platform linux/amd64 --build-arg ARCH=amd64 -t $(REGISTRY ) /kube-ovn:$(RELEASE_TAG ) -no-avx512 -o type=docker -f dist/images/Dockerfile.no-avx512 dist/images/
70
71
71
72
.PHONY : image-vpc-nat-gateway
72
73
image-vpc-nat-gateway :
@@ -95,7 +96,7 @@ push-release: release
95
96
96
97
.PHONY : tar-kube-ovn
97
98
tar-kube-ovn :
98
- docker save $(REGISTRY ) /kube-ovn:$(RELEASE_TAG ) -o kube-ovn.tar
99
+ docker save $(REGISTRY ) /kube-ovn:$(RELEASE_TAG ) $( REGISTRY ) /kube-ovn: $( RELEASE_TAG ) -no-avx512 -o kube-ovn.tar
99
100
100
101
.PHONY : tar-vpc-nat-gateway
101
102
tar-vpc-nat-gateway :
You can’t perform that action at this time.
0 commit comments