Skip to content

Commit

Permalink
Merge pull request #133 from qiangzii/master
Browse files Browse the repository at this point in the history
- 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;
  • Loading branch information
yongchuanzhou authored Apr 4, 2023
2 parents 399e038 + c78c7e8 commit 2b70c6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ vet:
.PHONY : clean

push:
docker buildx build -t ${IMG} --platform=linux/amd64,linux/arm64 -f deploy/DockerfileWithBuilder . --push
docker buildx build -t ${IMG} --platform=linux/amd64,linux/arm64 -f deploy/DockerfileWithBuilder . --push
File renamed without changes.

0 comments on commit 2b70c6f

Please sign in to comment.