Remove fallback to armhf for arm* Arch

This commit is contained in:
Nico Isenbeck
2023-11-11 17:41:10 +01:00
parent e1b46dc504
commit 9704c74119
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -41,7 +41,6 @@ while getopts ":r:o:d:a:p:i:u:e:s" opt; do
done
if [ -z "$REF" ]; then REF=$(curl -s https://api.github.com/repos/dani-garcia/vaultwarden/releases/latest | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/' | cut -c 1-); fi
ARCH=$ARCH_DIR
if [[ "$ARCH" =~ ^arm ]]; then ARCH="armhf"; fi
VAULTWARDEN_DEPS="libc6, libgcc-s1"