Skip to content

Commit b438e57

Browse files
committed
Add FM_IMG to Makefile
Signed-off-by: Fredrik Lönnegren <[email protected]>
1 parent d260a10 commit b438e57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
IMG ?= controller:dev
44
DP_IMG ?= device-plugin:dev
55
RTLSDR_IMG ?= rtl-sdr:dev
6+
FM_IMG ?= fm-streamer:dev
67

78
KIND_NAME ?= kind-radio
89
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
@@ -100,6 +101,7 @@ docker-build: ## Build docker image with the manager.
100101
$(CONTAINER_TOOL) build --load -t ${IMG} .
101102
$(CONTAINER_TOOL) build --load -t ${DP_IMG} -f Dockerfile.device-plugin .
102103
$(CONTAINER_TOOL) build --load -t ${RTLSDR_IMG} -f Dockerfile.rtl-sdr .
104+
$(CONTAINER_TOOL) build --load -t ${FM_IMG} -f Dockerfile.fm-streamer .
103105

104106
.PHONY: docker-push
105107
docker-push: ## Push docker image with the manager.

0 commit comments

Comments
 (0)