aboutsummaryrefslogtreecommitdiff
path: root/deployment/build.ubuntu.armhf
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/build.ubuntu.armhf')
-rwxr-xr-xdeployment/build.ubuntu.armhf8
1 files changed, 1 insertions, 7 deletions
diff --git a/deployment/build.ubuntu.armhf b/deployment/build.ubuntu.armhf
index 896486dcd..cde6708c5 100755
--- a/deployment/build.ubuntu.armhf
+++ b/deployment/build.ubuntu.armhf
@@ -1,6 +1,6 @@
#!/bin/bash
-#= Ubuntu 18.04+ arm64 .deb
+#= Ubuntu 22.04+ 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