feature: try to adapt poetry build on arm platform

This commit is contained in:
winkidney
2022-05-04 20:15:41 +08:00
parent 00004fea1d
commit 768cedfc56
3 changed files with 14 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ IMAGE_LATEST_TAG="latest"
IMAGE_VERSION_TAG=`git tag -l --sort=-creatordate | head -n 1 | sed "s/v//g"`
sudo docker buildx build \
--no-cache \
--push \
--platform linux/arm/v7,linux/arm64/v8,linux/amd64 \
-t getpinry/pinry:${IMAGE_LATEST_TAG} \