Skip to content

Commit a738942

Browse files
author
Jop Zitman
committed
Align common targets for SDK makefile
Signed-off-by: Jop Zitman <jop.zitman@secura.com>
1 parent 6e008e1 commit a738942

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

sdk.mk

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ name = ${sdk}
2323
module = ${sdk}
2424
include ../../common.mk
2525

26+
docker-build: | docker-build-sdk
27+
docker-export: | docker-export-sdk
28+
kind-import: | kind-import-sdk
29+
2630
docker-build-sdk:
2731
@echo ".: ⚙️ Build '$(name)'."
2832
docker build -t $(IMG_NS)/$(name)-nodejs:$(IMG_TAG) .
@@ -31,6 +35,6 @@ docker-export-sdk:
3135
@echo ".: ⚙️ Build '$(name)'."
3236
docker save $(IMG_NS)/$(name)-nodejs:$(IMG_TAG) -o $(name).tar
3337

34-
kind-import:
38+
kind-import-sdk:
3539
@echo ".: 💾 Importing the image archive '$(name).tar' to local kind cluster."
3640
kind load image-archive ./$(name).tar

0 commit comments

Comments
 (0)