The darwin/amd64 binary won't work with new macs. In order to build the darwin/arm64 binary, we need to use golang1.16 or greater. To build the binary we need to do as follows:
- Create a golang:1.16 docker image
- Update .gitlabci to use the new docker image
- Add 'darwin/arm64' to the list of targets in the makefile