From a030d3febd0de9d1d30fe4ab681cb6db83e7c181 Mon Sep 17 00:00:00 2001 From: till Date: Fri, 29 Mar 2024 21:14:31 +0100 Subject: [PATCH] Chore(unbound): local target to build/test --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index a35dab5..4a9fd55 100644 --- a/Makefile +++ b/Makefile @@ -23,3 +23,9 @@ snapshot: .PHONY: test test: act "pull_request" -j test + +.PHONY: build-unbound +build-unbound: + docker build \ + -t ghcr.io/luzilla/unbound:dev \ + .docker/unbound/rootfs