Open davidjeddy opened 2 years ago
mac arm support would be great
need MAC support too
M1 support please
You can still use the darwin amd64 binary since it will execute under Rosetta compatibility layer
in theory, pls test and add new make build target for MacOS M1 (can update install.sh downloaded on your own)
dist/hclq-macos-arm64:
export GOOS=darwin GOARCH=arm64; $(BUILD_CMD) -o "$@"
cd "$(@D)" && shasum -a 256 "$@" >> hclq-shasums
Edited platform_check() in install.sh
Tried install process again: