From f2ff870cee54bdb5be04e8c0cb7cc6c5db6721bc Mon Sep 17 00:00:00 2001 From: Michael Hohn Date: Wed, 15 Jan 2025 17:01:22 -0800 Subject: [PATCH] Add mala target to support in-container binary replacement --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e5a7107..8feb204 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ all: mrvaagent +mala: + GOOS=linux GOARCH=arm64 go build + mrvaagent: - # GOOS=linux GOARCH=arm64 go build go build clean: