dmwm / dasgoclient

Data Aggregation System (DAS) Go client
https://cmsweb.cern.ch/das/
MIT License
9 stars 4 forks source link

Add binary build for macOS Apple Silicon architecture #33

Closed clelange closed 2 years ago

clelange commented 2 years ago

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.

vkuznet commented 2 years ago

thanks for this PR, I'm glad to know that it can be used on new macOS chip.