mirror of
https://gh.con.sh/https://github.com/plexinc/pms-docker
synced 2025-04-09 00:55:54 +00:00
Fix arm64 plex build string (#112)
This commit is contained in:
parent
bf68951537
commit
c8e1765544
|
@ -8,7 +8,7 @@ if [ "${TARGETPLATFORM}" = 'linux/arm/v7' ]; then
|
|||
elif [ "${TARGETARCH}" = 'amd64' ]; then
|
||||
PLEX_BUILD='linux-x86_64';
|
||||
elif [ "${TARGETARCH}" = 'arm64' ]; then
|
||||
PLEX_BUILD='aarch64' ;
|
||||
PLEX_BUILD='linux-aarch64' ;
|
||||
fi
|
||||
|
||||
addVarToConf "version" "${TAG}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user