minor change
parent
50d961d833
commit
e6400fbd06
3
Makefile
3
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)
|
||||
|
|
Loading…
Reference in New Issue