mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Drop armv7 support for docker images
See PR #1713, if support is wanted, please open an issue or better a PR ;-).
This commit is contained in:
@ -34,7 +34,7 @@ cd "$(dirname "$0")"
|
||||
|
||||
trap "{ docker buildx rm docspell-builder; }" EXIT
|
||||
|
||||
platforms=${PLATFORMS:-"linux/amd64,linux/arm64,linux/arm/v7"}
|
||||
platforms=${PLATFORMS:-"linux/amd64,linux/arm64"}
|
||||
docker buildx create --name docspell-builder --use
|
||||
|
||||
case $version in
|
||||
|
Reference in New Issue
Block a user