mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 19:33:24 +00:00
Merge branch 'master' into 'master'
Add build for armv7 See merge request timvisee/send!31
This commit is contained in:
@@ -63,7 +63,7 @@ release-docker:
|
|||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
for image in $IMAGE_NAMES; do
|
for image in $IMAGE_NAMES; do
|
||||||
docker buildx build --platform linux/amd64,linux/arm64 -t $image . --push
|
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t $image . --push
|
||||||
done
|
done
|
||||||
- |
|
- |
|
||||||
echo "Container image pushed. You can pull it with";
|
echo "Container image pushed. You can pull it with";
|
||||||
|
|||||||
Reference in New Issue
Block a user