mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-09 19:55:34 +00:00
Compare commits
7 Commits
v3.4.27
...
06506d449e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
06506d449e | ||
|
|
af1dfcf829 | ||
|
|
6f4c704321 | ||
|
|
be91677862 | ||
|
|
f993b9a2b2 | ||
|
|
d3e40a2ff6 | ||
|
|
953f00febd |
@@ -63,7 +63,7 @@ release-docker:
|
||||
fi
|
||||
- |
|
||||
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
|
||||
- |
|
||||
echo "Container image pushed. You can pull it with";
|
||||
|
||||
Reference in New Issue
Block a user