mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 14:06:09 +05:00
add riscv arch
This commit is contained in:
@@ -16,6 +16,8 @@ PLATFORMS=(
|
||||
'linux/mipsle'
|
||||
'linux/mips64'
|
||||
'linux/mips64le'
|
||||
'linux/riscv64'
|
||||
'linux/riscv'
|
||||
)
|
||||
|
||||
type setopt >/dev/null 2>&1
|
||||
@@ -124,4 +126,4 @@ if [[ "${FAILURES}" != "" ]]; then
|
||||
echo ""
|
||||
echo "failed on: ${FAILURES}"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user