mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-22 19:45:43 +00:00
Add ARM64 to install docs and script
This commit is contained in:
parent
b24727ec22
commit
1b55ead16e
3 changed files with 10 additions and 2 deletions
|
|
@ -42,6 +42,9 @@ setup_verify_arch() {
|
|||
ARCH=$(uname -m)
|
||||
fi
|
||||
case ${ARCH} in
|
||||
arm64)
|
||||
ARCH=arm64
|
||||
;;
|
||||
amd64)
|
||||
ARCH=amd64
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue