From c8e88c84e0a5e13eddbd36ce0fe0ea16dfe77db7 Mon Sep 17 00:00:00 2001 From: Robert Middleswarth <72569+rmiddle@users.noreply.github.com> Date: Sun, 13 Nov 2022 15:53:55 -0500 Subject: [PATCH] Remove arm32 support as the docker instance doesn't support any 32bit instances --- template/apps/bind9.json | 1 - 1 file changed, 1 deletion(-) diff --git a/template/apps/bind9.json b/template/apps/bind9.json index 438d7bc..159bf84 100644 --- a/template/apps/bind9.json +++ b/template/apps/bind9.json @@ -11,7 +11,6 @@ "name": "TZ" } ], - "image_arm32": "ubuntu/bind9:latest", "image_arm64": "ubuntu/bind9:latest", "image_amd64": "ubuntu/bind9:latest", "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/bind9.png",