This commit is contained in:
parent
a11936ae65
commit
681c7f703b
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ CMD_NAME := ambient-local-exporter
|
|||||||
.PHONY: all test build docker install clean
|
.PHONY: all test build docker install clean
|
||||||
|
|
||||||
VERSION ?= development # Default to "development" if VERSION is not set
|
VERSION ?= development # Default to "development" if VERSION is not set
|
||||||
PLATFORMS := linux/amd64 darwin/amd64 darwin/arm64
|
PLATFORMS := linux/amd64 linux/arm64 darwin/amd64 darwin/arm64
|
||||||
OUTPUT_DIR := bin
|
OUTPUT_DIR := bin
|
||||||
VER_PKG := gitea.libretechconsulting.com/rmcguire/go-app/pkg/config.Version
|
VER_PKG := gitea.libretechconsulting.com/rmcguire/go-app/pkg/config.Version
|
||||||
DOCKER_IMG := gitea.libretechconsulting.com/rmcguire/ambient-local-exporter
|
DOCKER_IMG := gitea.libretechconsulting.com/rmcguire/ambient-local-exporter
|
||||||
|
Loading…
Reference in New Issue
Block a user