File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
44cd " $( dirname " $0 " ) "
55
6- docker build . -t ${REGISTRY} spring-cloud-a:1.2.0
6+ docker build --platform linux/amd64 . -t ${REGISTRY} spring-cloud-a:1.2.0
77
88if [ -n " ${REGISTRY} " ]; then
99 docker push ${REGISTRY} spring-cloud-a:1.2.0
Original file line number Diff line number Diff line change 22
33cd " $( dirname " $0 " ) "
44
5- docker build . -t ${REGISTRY} spring-cloud-b:1.2.0
5+ docker build --platform linux/amd64 . -t ${REGISTRY} spring-cloud-b:1.2.0
66
77if [ -n " ${REGISTRY} " ]; then
88 docker push ${REGISTRY} spring-cloud-b:1.2.0
Original file line number Diff line number Diff line change 33
44cd " $( dirname " $0 " ) "
55
6- docker build . -t ${REGISTRY} spring-cloud-c:1.2.0
6+ docker build --platform linux/amd64 . -t ${REGISTRY} spring-cloud-c:1.2.0
77
88if [ -n " ${REGISTRY} " ]; then
99 docker push ${REGISTRY} spring-cloud-c:1.2.0
Original file line number Diff line number Diff line change 33
44cd " $( dirname " $0 " ) "
55
6- docker build . -t ${REGISTRY} spring-cloud-zuul:1.2.0
6+ docker build --platform linux/amd64 . -t ${REGISTRY} spring-cloud-zuul:1.2.0
77
88if [ -n " ${REGISTRY} " ]; then
99 docker push ${REGISTRY} spring-cloud-zuul:1.2.0
You can’t perform that action at this time.
0 commit comments