fix
This commit is contained in:
parent
5055be1b5b
commit
0c2a104e07
1 changed files with 4 additions and 4 deletions
|
@ -7,11 +7,11 @@ set -e
|
|||
echo Using platform $FFMPEG_PLATFORM
|
||||
|
||||
LOCK=$(jq -c '.packages[] | select(.name == "ffmpeg")' build-lock.json)
|
||||
export TARGETARCH=${TARGETARCH:=$(dpkg --print-architecture)}
|
||||
export TARGETARCH=${TARGETARCH:=$(dpkg --print-architecture)}
|
||||
export PLATFORM=${FFMPEG_PLATFORM}
|
||||
export TARGETARCH=${FFMPEG_PLATFORM}-${TARGETARCH:=$(dpkg --print-architecture)}
|
||||
echo $TARGETARCH
|
||||
FFMPEG_VERSION=${FFMPEG_VERSION:=$(echo $LOCK | jq -r '.version')}
|
||||
FFMPEG_SHA256=${FFMPEG_SHA256:=$(echo $LOCK | jq -r '.sha256[$ENV.PLATFORM-$ENV.TARGETARCH]')}
|
||||
FFMPEG_SHA256=${FFMPEG_SHA256:=$(echo $LOCK | jq -r '.sha256[$ENV.TARGETARCH]')}
|
||||
echo $FFMPEG_SHA256
|
||||
|
||||
echo "$FFMPEG_SHA256 jellyfin-ffmpeg6_${FFMPEG_VERSION}-${FFMPEG_PLATFORM}_${TARGETARCH}.deb" > ffmpeg.sha256
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue