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