mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 10:59:33 +00:00
Merge pull request #1719 from eikek/drop-armv7
Drop armv7 support for docker images
This commit is contained in:
commit
feb767b1cc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user