Closed anonymouse64 closed 5 years ago
Currently the Makefile will always compile for amd64 even if run on a different architecture such as arm64:
https://github.com/edgexfoundry/security-api-gateway/blob/bccf84e18a0f30497bd35129d254d0d46ac4de5c/Makefile#L8
This should be removed so that jobs on other architectures produce native binaries.
Currently the Makefile will always compile for amd64 even if run on a different architecture such as arm64:
https://github.com/edgexfoundry/security-api-gateway/blob/bccf84e18a0f30497bd35129d254d0d46ac4de5c/Makefile#L8
This should be removed so that jobs on other architectures produce native binaries.