diff --git a/Makefile b/Makefile index 2810892..4336584 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,8 @@ else BUILD_TAGS := $(BUILD_TAGS),ceph_preview endif +CONTAINER_OPTS += -e BUILD_TAGS=$(BUILD_TAGS) + ifneq ($(USE_CACHE),) GOCACHE_VOLUME := -v test_ceph_go_cache:/go endif