mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-04-13 01:00:30 +02:00
Makefile: add .push target for STANDARD and NON_STANDARD images
The same <image-name>.push target that MULTIARCH_IMAGES uses can be used for these images.
This commit is contained in:
parent
2b491aeb9a
commit
07ac7479b5
5
Makefile
5
Makefile
@ -368,6 +368,11 @@ $(addsuffix .push-$(HOST_ARCH),$(MULTIARCH_IMAGES) web-wasi-threads web-wasm): $
|
|||||||
$(BUILD_DOCKER) push $(ORG)/$(basename $@):latest-$(HOST_ARCH) \
|
$(BUILD_DOCKER) push $(ORG)/$(basename $@):latest-$(HOST_ARCH) \
|
||||||
&& $(BUILD_DOCKER) push $(ORG)/$(basename $@):$(TAG)-$(HOST_ARCH)
|
&& $(BUILD_DOCKER) push $(ORG)/$(basename $@):$(TAG)-$(HOST_ARCH)
|
||||||
|
|
||||||
|
.SECONDEXPANSION:
|
||||||
|
$(addsuffix .push,$(STANDARD_IMAGES) $(NON_STANDARD_IMAGES)): $$(basename $$@)
|
||||||
|
$(BUILD_DOCKER) push $(ORG)/$(basename $@):latest \
|
||||||
|
&& $(BUILD_DOCKER) push $(ORG)/$(basename $@):$(TAG)
|
||||||
|
|
||||||
.SECONDEXPANSION:
|
.SECONDEXPANSION:
|
||||||
$(addsuffix .manifest,$(MULTIARCH_IMAGES) web-wasi-threads web-wasm): $$(basename $$@)
|
$(addsuffix .manifest,$(MULTIARCH_IMAGES) web-wasi-threads web-wasm): $$(basename $$@)
|
||||||
if $(BUILDAH) manifest exists $(ORG)/$(basename $@); then \
|
if $(BUILDAH) manifest exists $(ORG)/$(basename $@); then \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user