Skip to content

Commit 624700b

Browse files
theofficialgmanMatthew John Cheetham
andauthored
Update src/linux/Packaging.Linux/build.sh
Co-authored-by: Matthew John Cheetham <[email protected]>
1 parent 6c48a14 commit 624700b

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

src/linux/Packaging.Linux/build.sh

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -69,23 +69,7 @@ if test -z "$RUNTIME"; then
6969
esac
7070
fi
7171

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}"
72+
echo "Building for runtime ${RUNTIME}"
8973

9074
# Perform pre-execution checks
9175
CONFIGURATION="${CONFIGURATION:=Debug}"

0 commit comments

Comments
 (0)