feat(GODT-2352): use go-build-finalize macro to build vault-editor for both mac arch

This commit is contained in:
Romain Le Jeune
2023-02-09 10:44:18 +00:00
committed by James Houlahan
parent cdff2ef792
commit 2b75fcf773

View File

@ -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