Use self-building dependencies and update the code with imagemagick. (#1053)

This commit is contained in:
Googol Lee
2024-09-17 15:02:23 +02:00
committed by GitHub
parent 4b678f201d
commit 340c181442
17 changed files with 280 additions and 225 deletions

View File

@@ -10,10 +10,10 @@ TARGETVARIANT="$(echo $TARGETPLATFORM | cut -d"/" -f3)"
DEBIAN_ARCH=$TARGETARCH
if [ "$TARGETARCH" = "arm" ]
then
DEBIAN_ARCH=armhf
if [ "$TARGETVARIANT" = "v5" ]
DEBIAN_ARCH=armel
if [ "$TARGETVARIANT" = "v7" ]
then
DEBIAN_ARCH=armel
DEBIAN_ARCH=armhf
fi
fi