Building from sources
The building process of binaries are run in a Docker container. So that you do not need to prepare a Golang building environment.
git clone https://github.com/lets-fiware/ngsi-go.git
cd ngsi-go
make release
The binaries will be put in build/
directory.
Linux AMD64
make linux_amd64
Linux ARM64
make linux_arm64
Linux ARM
make linux_arm
Darwin AMD64
make darwin_amd64
Darwin ARM64
make darwin_arm64