Skip to content

Commit

Permalink
support arm64 (based on AWS Graviton2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gumieri committed Mar 1, 2023
1 parent 38bd136 commit 2648772
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ func uname() (uname string, err error) {
m = "i386"
case "amd64":
m = "x86_64"
case "arm64":
m = "armv8l"
case "arm":
err = errors.New("Unable to identify the ARM architecture")
return
Expand Down

0 comments on commit 2648772

Please sign in to comment.