Fix installation of Caddy on armhf and ARM64

Fixes: #268. Thanks also to @cheney-yan.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd) 2022-05-03 16:27:13 +01:00
parent b43d2562a9
commit 37c63a84a5

View File

@ -150,10 +150,10 @@ install_caddy() {
suffix="amd64"
;;
aarch64)
suffix=-arm64
suffix=arm64
;;
armv7l)
suffix=-armv7
suffix=armv7
;;
*)
echo "Unsupported architecture $arch"