Skip to content

SystemUtils does not recognize Apple’s arm family #5

@denisa

Description

@denisa

should become something like:

 osName.startsWith("Mac OS X") ->
       when (osArch) {
                    "amd64" -> "darwin-amd64”
                    "x86_64" -> "darwin-amd64”
                    "aarch64" ->   "darwin-arm64"
         }

these values should at least allow to download the native helm client.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions