Skip to content

Add support for arm64 #1

@0x3639

Description

@0x3639

Currently the script works on x86_64 processors. Expand the list to include arm64 processors also.

if [[ "$(uname -m)" != "x86_64" ]]; then
    echo "Error: This script only supports x86_64 architecture."
    exit 1
fi

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions