diff --git a/Makefile b/Makefile index ade5904..1d6f238 100644 --- a/Makefile +++ b/Makefile @@ -1,19 +1,3 @@ -ENVIRONMENT ?= dev - -CONTAINER_REPO ?= radix$(ENVIRONMENT) -DOCKER_REGISTRY ?= $(CONTAINER_REPO).azurecr.io - -BINS = radix-api -IMAGES = radix-api - -GIT_TAG = $(shell git describe --tags --always 2>/dev/null) -CURRENT_FOLDER = $(shell pwd) -VERSION ?= ${GIT_TAG} -IMAGE_TAG ?= ${VERSION} -LDFLAGS += -s -w - -CX_OSES = linux windows -CX_ARCHS = amd64 .PHONY: build build: $(BINS)