Skip to content
Snippets Groups Projects
Commit 3a7f1f69 authored by 1437862981's avatar 1437862981
Browse files

Merge branch 'oldLogin' of...

Merge branch 'oldLogin' of http://171.217.92.33:9990/gitlab/cityLevel/cd-comprehensive-web into oldLogin
parents b2d37728 20c8bb83
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
git checkout $gitTag
......@@ -43,9 +44,8 @@ echo "清理旧构建..."
rm -rf dist
echo "开始构建..."
yarn
yarn build
echo "构建Docker镜像并推送..."
docker buildx use desktop-linux
docker buildx build --platform linux/amd64 -t $repo:$tag . --push
#docker buildx build --platform linux/arm64 -t $repo:$tag . --push
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment