aboutsummaryrefslogtreecommitdiff
path: root/deployment/build.ubuntu.arm64
diff options
context:
space:
mode:
authorGauvino <68083474+Gauvino@users.noreply.github.com>2024-01-21 18:55:01 +0100
committerGitHub <noreply@github.com>2024-01-21 10:55:01 -0700
commit30ab5d5e817fe4626cfe3e9e40e0b2443bae948c (patch)
treef0b1129abef4c30b376f57a40146f2e3192e541d /deployment/build.ubuntu.arm64
parent5e375888fc19aebd1348d23b28287524f0f0f23b (diff)
Fix action building (#10899)
* Fix action building * Added required package
Diffstat (limited to 'deployment/build.ubuntu.arm64')
-rwxr-xr-xdeployment/build.ubuntu.arm648
1 files changed, 1 insertions, 7 deletions
diff --git a/deployment/build.ubuntu.arm64 b/deployment/build.ubuntu.arm64
index 8cf24b955..f783941c7 100755
--- a/deployment/build.ubuntu.arm64
+++ b/deployment/build.ubuntu.arm64
@@ -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