From 4e0426fb511e076b33fc8c8cb8316d9bd28990c5 Mon Sep 17 00:00:00 2001 From: r3abm Date: Sun, 23 Mar 2025 14:16:49 +0200 Subject: [PATCH] Update Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 0a099f2..cf89395 100644 --- a/Makefile +++ b/Makefile @@ -80,6 +80,10 @@ else dpkg-buildpackage -b -tc endif +docker-image: debian-package + DISTRIBUTION=$(shell echo ${ARCHITECTURE} | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) + docker buildx build -t tellusagent:$(VERSION) --platform linux/$(DISTRIBUTION) -o type=tar,dest=- . | gzip > build/tellusagent_$(VERSION)-$(DISTRIBUTION).tar.gz + macos-archive: build zip ../TellusAgent-macOS.zip tellusagent tellusagent.sh tellusagent.conf tellusagent.plist