mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-24 03:34:12 +00:00
tools/qemu and toos/go-compile define the IMAGE after the package.mk, which result in below error if 'make ORG=other_org': ... invalid argument "other_org/:2c6d9e1d9c52167f4f2b7a8fd235eda318175c99"for t: invalid reference format See 'docker build --help'. ../../pkg/package.mk:47: recipe for target 'tag' failed make: *** [tag] Error 125 This because '../../pkg/package.mk' need to use IMAGE variable first. Signed-off-by: Dennis Chen <dennis.chen@arm.com>