Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
wadey authored May 1, 2024
1 parent e5de9a6 commit 29c7676
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,8 @@ ifndef BUILD_NUMBER
endif
endif

ifndef DOCKER_IMAGE_REPO
DOCKER_IMAGE_REPO = nebulaoss/nebula
endif
ifndef DOCKER_IMAGE_TAG
DOCKER_IMAGE_TAG = latest
endif

DOCKER_IMAGE_REPO ?= nebulaoss/nebula
DOCKER_IMAGE_TAG ?= latest
LDFLAGS = -X main.Build=$(BUILD_NUMBER)

ALL_LINUX = linux-amd64 \
Expand Down

0 comments on commit 29c7676

Please sign in to comment.