Skip to content

Commit 2b70c6f

Browse files
Merge pull request #133 from qiangzii/master
- update delete lb, update change lb eip; - update default backend count for filter nodes by labels; - update makefile and dockerfile, add arm support; - fix ensure sg panic;
2 parents 399e038 + c78c7e8 commit 2b70c6f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ vet:
4949
.PHONY : clean
5050

5151
push:
52-
docker buildx build -t ${IMG} --platform=linux/amd64,linux/arm64 -f deploy/DockerfileWithBuilder . --push
52+
docker buildx build -t ${IMG} --platform=linux/amd64,linux/arm64 -f deploy/DockerfileWithBuilder . --push

0 commit comments

Comments
 (0)