Closed jodh-intel closed 6 years ago
Update the build system to allow for possible future architectures:
$ make ARCH=... ...
The default architecture will be the architecture of the host system the build is run on (currently assumed to be and limited to a GOARCH of amd64).
GOARCH
amd64
Update the build system to allow for possible future architectures:
The default architecture will be the architecture of the host system the build is run on (currently assumed to be and limited to a
GOARCH
ofamd64
).