Skip to content

Commit

Permalink
Chore(unbound): local target to build/test
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Mar 29, 2024
1 parent 5d3709f commit a030d3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a030d3f

Please sign in to comment.