makefile: initial support for ceph quincy

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2022-02-28 13:15:02 -05:00 committed by mergify[bot]
parent c6e3797e24
commit 70c7197d39
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ endif
ifeq ($(CEPH_VERSION),pacific) ifeq ($(CEPH_VERSION),pacific)
CEPH_TAG := v16 CEPH_TAG := v16
endif endif
ifeq ($(CEPH_VERSION),quincy)
CEPH_TAG := v17
endif
GO_CMD:=go GO_CMD:=go
GOFMT_CMD:=gofmt GOFMT_CMD:=gofmt