Skip to content

[masher] Support ARM64

Compare
Choose a tag to compare
@puellanivis puellanivis released this 11 Apr 15:22
· 2 commits to master since this release
163970a

masher now supports building ARM64. It does so by default if uname -m says it is on arm64, or if the --arm64 flag is passed in. On an arm64 machine the default can be overridden with --amd64 or --x86_64 to build again an x86_64 binary.