From 19ff6e513cc71516f587ca76d5bcde3cfed3e9c6 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 12 Apr 2025 14:08:34 -0400 Subject: update build scripts --- bind9/build | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bind9/build (limited to 'bind9/build') diff --git a/bind9/build b/bind9/build new file mode 100755 index 0000000..f38f081 --- /dev/null +++ b/bind9/build @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +. ../env + +IMAGE=bind9 + +init +buildx -- cgit v1.2.3-freya