aboutsummaryrefslogtreecommitdiff
path: root/deployment/build.debian.armhf
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/build.debian.armhf')
-rwxr-xr-xdeployment/build.debian.armhf8
1 files changed, 1 insertions, 7 deletions
diff --git a/deployment/build.debian.armhf b/deployment/build.debian.armhf
index f3505b147..0ab9e2f9a 100755
--- a/deployment/build.debian.armhf
+++ b/deployment/build.debian.armhf
@@ -1,6 +1,6 @@
#!/bin/bash
-#= Debian 10+ arm64 .deb
+#= Debian 12+ arm64 .deb
set -o errexit
set -o xtrace
@@ -8,12 +8,6 @@ set -o xtrace
# Move to source directory
pushd "${SOURCE_DIR}"
-if [[ ${IS_DOCKER} == YES ]]; then
- # Remove build-dep for dotnet-sdk-8.0, since it's installed manually
- cp -a debian/control /tmp/control.orig
- sed -i '/dotnet-sdk-8.0,/d' debian/control
-fi
-
# Modify changelog to unstable configuration if IS_UNSTABLE
if [[ ${IS_UNSTABLE} == 'yes' ]]; then
pushd debian