Skip to content

Commit

Permalink
download update
Browse files Browse the repository at this point in the history
  • Loading branch information
Minish144 committed Mar 21, 2022
1 parent b249255 commit a5cd475
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/protoc/downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,8 @@ func getUnameSUnameMPaths(goos string, goarch string) (string, string, error) {
switch goarch {
case "amd64":
unameM = "x86_64"
case "arm64":
unameM = "x86_64"
default:
return "", "", fmt.Errorf("unsupported value for runtime.GOARCH: %v", goarch)
}
Expand Down

0 comments on commit a5cd475

Please sign in to comment.