Skip to content

Commit

Permalink
added support for loongarch64 and powerpc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanisham committed Jan 10, 2025
1 parent 378723f commit 730527c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,8 @@ func zigStyleSysInfo() (arch string, os string) {
arch = "aarch64"
case "loong64":
arch = "loongarch64"
case "ppc64le":
arch = "powerpc64le"
}

switch os {
Expand Down

0 comments on commit 730527c

Please # to comment.