mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Use openjdk8 on alpine for arm64 and arm/v7
This commit is contained in:
@ -32,7 +32,7 @@ cd "$(dirname "$0")"
|
||||
|
||||
trap "{ docker buildx rm docspell-builder; }" EXIT
|
||||
|
||||
platforms="linux/amd64,linux/aarch64,linux/arm/v7"
|
||||
platforms="linux/amd64,linux/arm64,linux/arm/v7"
|
||||
docker buildx create --name docspell-builder --use
|
||||
|
||||
case $version in
|
||||
|
Reference in New Issue
Block a user