-
Notifications
You must be signed in to change notification settings - Fork 838
/
build_images.sh
10 lines (9 loc) · 1.04 KB
/
build_images.sh
1
2
3
4
5
6
7
8
9
10
#/bin/bash
docker buildx build --push --platform linux/arm64,linux/amd64 -t xagentteam/toolserver-manager:0.2 -f dockerfiles/ToolServerManager/Dockerfile .
docker buildx build --push --platform linux/arm64,linux/amd64 -t xagentteam/toolserver-manager -f dockerfiles/ToolServerManager/Dockerfile .
docker buildx build --push --platform linux/arm64,linux/amd64 -t xagentteam/toolserver-node:0.2 -f dockerfiles/ToolServerNode/Dockerfile .
docker buildx build --push --platform linux/arm64,linux/amd64 -t xagentteam/toolserver-node -f dockerfiles/ToolServerNode/Dockerfile .
docker buildx build --push --platform linux/arm64,linux/amd64 -t xagentteam/xagent-server:0.3 -f dockerfiles/XAgentServer/Dockerfile .
docker buildx build --push --platform linux/arm64,linux/amd64 -t xagentteam/xagent-server -f dockerfiles/XAgentServer/Dockerfile .
docker buildx build --push --platform linux/amd64 -t xagentteam/xagentgen:0.1 -f dockerfiles/XAgentGen/Dockerfile .
docker buildx build --push --platform linux/amd64 -t xagentteam/xagentgen -f dockerfiles/XAgentGen/Dockerfile .