mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +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:
parent
7c0f9d057f
commit
29a60df70e
@ -34,7 +34,7 @@ cd "$(dirname "$0")"
|
|||||||
|
|
||||||
trap "{ docker buildx rm docspell-builder; }" EXIT
|
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
|
docker buildx create --name docspell-builder --use
|
||||||
|
|
||||||
case $version in
|
case $version in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user