mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-09 16:36:47 +00:00
Add arm64 support for cni plugins
Signed-off-by: Johan Siebens <johan.siebens@gmail.com>
This commit is contained in:
parent
0c790bbdae
commit
8db2e2a54f
@ -60,6 +60,9 @@ install_cni_plugins() {
|
|||||||
x86_64 | amd64)
|
x86_64 | amd64)
|
||||||
suffix=amd64
|
suffix=amd64
|
||||||
;;
|
;;
|
||||||
|
aarch64)
|
||||||
|
suffix=arm64
|
||||||
|
;;
|
||||||
arm*)
|
arm*)
|
||||||
suffix=arm
|
suffix=arm
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user