mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-09 00:16:46 +00:00
Fix arm switch
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
parent
456e56342e
commit
3b512f979c
@ -34,11 +34,12 @@ func runUp(_ *cobra.Command, _ []string) error {
|
||||
clientSuffix = ""
|
||||
break
|
||||
case "armhf":
|
||||
case "arm64":
|
||||
clientSuffix = clientArch
|
||||
case "armv7l":
|
||||
clientSuffix = "-armhf"
|
||||
break
|
||||
case "arm64":
|
||||
case "aarch64":
|
||||
clientSuffix = "arm64"
|
||||
clientSuffix = "-arm64"
|
||||
}
|
||||
|
||||
services := makeServiceDefinitions(clientSuffix)
|
||||
|
Loading…
x
Reference in New Issue
Block a user