mirror of
https://github.com/pinry/pinry.git
synced 2026-05-06 19:35:42 +02:00
feature: try to adapt poetry build on arm platform
This commit is contained in:
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user