Files
linuxkit/Makefile
Rolf Neugebauer 20d6fcf7eb build: Make GOOS and GOARCH over-writeable
The GOOS and GOARCH are currently set based on the host 'make'
is executed on. On macOS this sets up cross compilation with
a Linux container.

Making them over-writeable allows users to test different
cross compilations, e.g., trying to build Linux binaries on macOS.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-06-07 18:13:57 +01:00

2.2 KiB