Compare commits

...

7 Commits

Author SHA1 Message Date
Xavi
8bb53c3771 Merge branch 'master' into 'master'
Add build for armv7

See merge request timvisee/send!31
2025-04-24 08:10:31 +00:00
xavion-lux
af1dfcf829 Revert "Merge branch 'parallel-ci'"
This reverts commit 6f4c704321.
2023-05-19 01:31:05 +02:00
xavion-lux
6f4c704321 Merge branch 'parallel-ci' 2023-05-19 00:43:49 +02:00
xavion-lux
be91677862 Another try at fixing missing manifest digest 2023-05-19 00:35:45 +02:00
xavion-lux
f993b9a2b2 Possible fix for missing manifest digest 2023-05-19 00:23:10 +02:00
xavion-lux
d3e40a2ff6 Run build scripts in parallel 2023-05-18 23:11:56 +02:00
xavion-lux
953f00febd Add build for armv7 2023-05-15 22:58:11 +02:00

View File

@@ -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";