We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c48a14 commit 624700bCopy full SHA for 624700b
src/linux/Packaging.Linux/build.sh
@@ -69,23 +69,7 @@ if test -z "$RUNTIME"; then
69
esac
70
fi
71
72
-# Build parameters
73
-case $RUNTIME in
74
- linux-x64)
75
- ARCH="amd64"
76
- ;;
77
- linux-arm64)
78
- ARCH="arm64"
79
80
- linux-arm)
81
- ARCH="armhf"
82
83
- *)
84
- die "Incompatible runtime architecture given for build.sh"
85
86
-esac
87
-
88
-echo "Building for runtime ${RUNTIME} and arch ${ARCH}"
+echo "Building for runtime ${RUNTIME}"
89
90
# Perform pre-execution checks
91
CONFIGURATION="${CONFIGURATION:=Debug}"
0 commit comments