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 3
3
4
4
cd " $( dirname " $0 " ) "
5
5
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
7
7
8
8
if [ -n " ${REGISTRY} " ]; then
9
9
docker push ${REGISTRY} spring-cloud-a:1.2.0
Original file line number Diff line number Diff line change 2
2
3
3
cd " $( dirname " $0 " ) "
4
4
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
6
6
7
7
if [ -n " ${REGISTRY} " ]; then
8
8
docker push ${REGISTRY} spring-cloud-b:1.2.0
Original file line number Diff line number Diff line change 3
3
4
4
cd " $( dirname " $0 " ) "
5
5
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
7
7
8
8
if [ -n " ${REGISTRY} " ]; then
9
9
docker push ${REGISTRY} spring-cloud-c:1.2.0
Original file line number Diff line number Diff line change 3
3
4
4
cd " $( dirname " $0 " ) "
5
5
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
7
7
8
8
if [ -n " ${REGISTRY} " ]; then
9
9
docker push ${REGISTRY} spring-cloud-zuul:1.2.0
You can’t perform that action at this time.
0 commit comments