generated from rmcguire/go-server-with-otel
implement econet exporter
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
.PHONY: all test build docker install clean proto check_protoc
|
||||
|
||||
CMD_NAME := go-server-with-otel
|
||||
CMD_NAME := econet-exporter
|
||||
VERSION ?= development
|
||||
API_DIR := api/
|
||||
SCHEMA_DIR := contrib/
|
||||
PROTO_DIRS := $(wildcard proto/demo/app/*) # TODO: Update path (probably not demo)
|
||||
PROTO_DIRS := $(wildcard proto/econet/v1alpha1/*)
|
||||
PLATFORMS := linux/amd64 linux/arm64 darwin/amd64 darwin/arm64
|
||||
OUTPUT_DIR := bin
|
||||
VER_PKG := gitea.libretechconsulting.com/rmcguire/go-app/pkg/config.Version
|
||||
GIT_REPO := gitea.libretechconsulting.com/rmcguire/go-server-with-otel
|
||||
GIT_REPO := gitea.libretechconsulting.com/rmcguire/econet-exporter
|
||||
|
||||
all: proto test build docker
|
||||
|
||||
|
||||
Reference in New Issue
Block a user