clearcontainers / runtime

OCI (Open Containers Initiative) compatible runtime using Virtual Machines
Apache License 2.0
589 stars 70 forks source link

Allow for builds on different architectures #928

Closed jodh-intel closed 6 years ago

jodh-intel commented 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).