Skip to content

Commit

Permalink
fix: cleanup makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Oct 24, 2024
1 parent 4429e3a commit 58953a3
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 58953a3

Please sign in to comment.