Add msla target to support in-container binary replacement

This commit is contained in:
Michael Hohn
2025-01-15 17:00:31 -08:00
committed by =Michael Hohn
parent 99ab4148ad
commit 2275168ead

View File

@@ -1,5 +1,8 @@
all: mrvaserver
msla:
GOOS=linux GOARCH=arm64 go build
mrvaserver:
# GOOS=linux GOARCH=arm64 go build
go build