mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-23 19:33:34 +02:00
Makefile: apply BUILD_CMD to standard images
This commit is contained in:
2
Makefile
2
Makefile
@ -254,7 +254,7 @@ $(VERBOSE).SILENT: display_images
|
||||
|
||||
$(STANDARD_IMAGES): %: %/Dockerfile base
|
||||
mkdir -p $@/imagefiles && cp -r imagefiles $@/
|
||||
$(DOCKER) build -t $(ORG)/$@:latest \
|
||||
$(DOCKER) $(BUILD_CMD) -t $(ORG)/$@:latest \
|
||||
-t $(ORG)/$@:$(TAG) \
|
||||
--build-arg ORG=$(ORG) \
|
||||
--build-arg IMAGE=$(ORG)/$@ \
|
||||
|
Reference in New Issue
Block a user