mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fix debian/ubuntu arm64 build error,runtime argument missing
This commit is contained in:
parent
84643e328d
commit
7e46d6bcc7
4
debian/rules
vendored
4
debian/rules
vendored
@ -25,6 +25,10 @@ ifeq ($(HOST_ARCH),arm64)
|
|||||||
# Building ARM
|
# Building ARM
|
||||||
DOTNETRUNTIME := debian-arm64
|
DOTNETRUNTIME := debian-arm64
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(HOST_ARCH),aarch64)
|
||||||
|
# Building ARM
|
||||||
|
DOTNETRUNTIME := debian-arm64
|
||||||
|
endif
|
||||||
|
|
||||||
export DH_VERBOSE=1
|
export DH_VERBOSE=1
|
||||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user