2
0
Эх сурвалжийг харах

fix debian/ubuntu arm64 build error,runtime argument missing

FantasyGmm 1 жил өмнө
parent
commit
7e46d6bcc7
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      debian/rules

+ 4 - 0
debian/rules

@@ -25,6 +25,10 @@ ifeq ($(HOST_ARCH),arm64)
     # Building ARM
     DOTNETRUNTIME := debian-arm64
 endif
+ifeq ($(HOST_ARCH),aarch64)
+    # Building ARM
+    DOTNETRUNTIME := debian-arm64
+endif
 
 export DH_VERBOSE=1
 export DOTNET_CLI_TELEMETRY_OPTOUT=1