edgexfoundry / security-api-gateway

Owner: Security WG
Apache License 2.0
11 stars 10 forks source link

Makefile shouldn't hard-code GOARCH=amd64 #59

Closed anonymouse64 closed 5 years ago

anonymouse64 commented 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.