summaryrefslogtreecommitdiff
path: root/ci/ciimage
diff options
context:
space:
mode:
Diffstat (limited to 'ci/ciimage')
-rwxr-xr-xci/ciimage/ubuntu-rolling/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/ciimage/ubuntu-rolling/install.sh b/ci/ciimage/ubuntu-rolling/install.sh
index a02eb8f5d..35a0b0ea2 100755
--- a/ci/ciimage/ubuntu-rolling/install.sh
+++ b/ci/ciimage/ubuntu-rolling/install.sh
@@ -56,6 +56,7 @@ apt-get -y remove rustc || true
wget -O - https://sh.rustup.rs | sh -s -- -y --profile minimal --component clippy
source "$HOME/.cargo/env"
rustup target add x86_64-pc-windows-gnu
+rustup target add arm-unknown-linux-gnueabihf
# cleanup
apt-get -y clean