builds
Remove armv5 Remove old Dockerfile.arch Generate manifest in post_push
This commit is contained in:
parent
420f8efb32
commit
038bafb368
8 changed files with 30 additions and 121 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Custom build script to push images for all supported architectures.
|
||||
|
||||
for arch in amd64 arm32v5 arm32v7 arm64v8
|
||||
for arch in amd64 arm32v7 arm64v8
|
||||
do
|
||||
echo "Pushing $IMAGE_NAME-$arch"
|
||||
docker push $IMAGE_NAME-$arch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue