From 90240fef3bc3720a68f885c542d2576f3759e088 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sat, 25 Feb 2023 23:07:06 +1300 Subject: [PATCH] Remove darwin 386 builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 72c57a0..2f772a3 100644 --- a/Makefile +++ b/Makefile @@ -20,4 +20,4 @@ release: $(call build,linux,arm) $(call build,linux,arm64) $(call build,darwin,amd64) - $(call build,darwin,386) + $(call build,darwin,arm64)