From 2b75fcf7731fbcef3e6524076ae0353c92a54ff7 Mon Sep 17 00:00:00 2001 From: Romain Le Jeune Date: Thu, 9 Feb 2023 10:44:18 +0000 Subject: [PATCH] feat(GODT-2352): use go-build-finalize macro to build vault-editor for both mac arch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ee97f5f..795cf8b0 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ versioner: go build ${BUILD_FLAGS} -o versioner utils/versioner/main.go vault-editor: - go build -tags debug -o vault-editor utils/vault-editor/main.go + $(call go-build-finalize,"-tags=debug","vault-editor","./utils/vault-editor/main.go") hasher: go build -o hasher utils/hasher/main.go