This adds the binary build for macOS Apple Silicon architecture (GOARCH=arm64 GOOS=darwin) to both Makefile and the build.yml actions file.
I tried to follow the current naming scheme. Added explicit GOARCH=amd64 for the default OS X build, since otherwise make build_osx will lead to different results based on the build system.
This adds the binary build for macOS Apple Silicon architecture (
GOARCH=arm64 GOOS=darwin
) to bothMakefile
and thebuild.yml
actions file. I tried to follow the current naming scheme. Added explicitGOARCH=amd64
for the default OS X build, since otherwisemake build_osx
will lead to different results based on the build system.