mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-11 09:26:47 +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 = ""
|
clientSuffix = ""
|
||||||
break
|
break
|
||||||
case "armhf":
|
case "armhf":
|
||||||
case "arm64":
|
case "armv7l":
|
||||||
clientSuffix = clientArch
|
clientSuffix = "-armhf"
|
||||||
break
|
break
|
||||||
|
case "arm64":
|
||||||
case "aarch64":
|
case "aarch64":
|
||||||
clientSuffix = "arm64"
|
clientSuffix = "-arm64"
|
||||||
}
|
}
|
||||||
|
|
||||||
services := makeServiceDefinitions(clientSuffix)
|
services := makeServiceDefinitions(clientSuffix)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user