Makefile: Define pre-release tags for main dev branch

Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
Anoop C S 2022-07-01 14:58:12 +05:30 committed by mergify[bot]
parent 6703f3c997
commit e5a1f5ea7e
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ ifeq ($(CEPH_VERSION),pre-pacific)
GO_CEPH_VERSION := pacific
BUILD_TAGS := pacific,ceph_pre_pacific
endif
ifeq ($(CEPH_VERSION),main)
CEPH_TAG := main
CEPH_IMG := quay.ceph.io/ceph-ci/ceph
GO_CEPH_VERSION := main
BUILD_TAGS := main,ceph_main
endif
GO_CMD:=go
GOFMT_CMD:=gofmt