mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-13 21:27:55 +00:00
Prior to this commit we go build -o bin/foo, archive it, and expand the archive, leaving the resulting artifact in bin. This doesn't allow us to easily change the bin directory, or move parts of the makefile around to make things more modular. This commit changes the behaviour to: go build -o foo, archive it, expand to `bin` Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
2.5 KiB
2.5 KiB