From e6400fbd06129ba3a0d972878faa2480dfb18467 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 16 Aug 2022 16:50:59 +0200 Subject: [PATCH] minor change --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 25a517d..ed14759 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,7 @@ IMAGES=agate mpd pleroma rainloop tor transmission webdav all: $(IMAGES) -BUILDX=make -C $@ buildx -# BUILDX=docker buildx build --platform $(PLATFORMS) --tag $(REGISTRY)/$@ --push $@ +BUILDX=docker buildx build --platform $(PLATFORMS) --tag $(REGISTRY)/$@ --push $@ agate: $(BUILDX)