added missing tasks to main Makefile

Ricard Illa 2022-08-22 17:55:08 +02:00
parent c1ebc2578f
commit 84fd65767b
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
REGISTRY=registry.monotremata.xyz
PLATFORMS=linux/amd64,linux/arm64
IMAGES=agate buildx-qemu mpd pleroma rainloop tor transmission webdav
IMAGES=agate buildx-qemu mpd pleroma rainloop rsync static-page-builder tor transmission webdav
.PHONY: all $(IMAGES)
@ -24,6 +24,12 @@ pleroma:
rainloop:
$(BUILDX)
rsync:
$(BUILDX)
static-page-builder:
$(BUILDX)
tor:
$(BUILDX)