Skip to content

Commit

Permalink
Fix arm64 plex build string (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSmithian authored Aug 19, 2024
1 parent bf68951 commit c8e1765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/installBinary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit c8e1765

Please sign in to comment.