parent
6f4c704321
commit
af1dfcf829
1 changed files with 1 additions and 4 deletions
|
@ -63,13 +63,10 @@ release-docker:
|
|||
fi
|
||||
- |
|
||||
for image in $IMAGE_NAMES; do
|
||||
docker buildx build --provenance false --platform $PLATFORM -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";
|
||||
for image in $IMAGE_NAMES; do
|
||||
echo "docker pull $image"
|
||||
done
|
||||
parallel:
|
||||
matrix:
|
||||
- PLATFORM: [linux/amd64, linux/arm64, linux/arm/v7]
|
||||
|
|
Loading…
Reference in a new issue