[Feature] improved support for mips and mipsle architectures (#1112)

* switch mipsle to softfloat

* feat: add support for mips
This commit is contained in:
Alexander Mnich
2025-08-30 21:50:15 +02:00
committed by GitHub
parent ab81c04569
commit 57a1a8b39e
2 changed files with 14 additions and 1 deletions

View File

@@ -398,7 +398,7 @@ fi
echo "Downloading and installing the agent..."
OS=$(uname -s | sed -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/')
ARCH=$(uname -m | sed -e 's/x86_64/amd64/' -e 's/armv6l/arm/' -e 's/armv7l/arm/' -e 's/aarch64/arm64/' -e 's/mips/mipsle/')
ARCH=$(uname -m | sed -e 's/x86_64/amd64/' -e 's/armv6l/arm/' -e 's/armv7l/arm/' -e 's/aarch64/arm64/')
FILE_NAME="beszel-agent_${OS}_${ARCH}.tar.gz"
# Determine version to install