From bab561c0a15f9c7ce1bd6d440343487f3630cdcb Mon Sep 17 00:00:00 2001
From: Harald Pfeiffer <coding@lirion.de>
Date: Sun, 1 Dec 2024 17:26:27 +0100
Subject: fix: build target build-arch was still present

---
 nfpm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nfpm/Makefile b/nfpm/Makefile
index eaf4e3f..2de1c9e 100644
--- a/nfpm/Makefile
+++ b/nfpm/Makefile
@@ -11,7 +11,7 @@ skel-arm-6:
 skel-arm64:
 	@grep -vP '^[\t\ ]*#' nfpm.yaml.skel | tr -s '\n' | sed 's/{%FJVER%}/${FJVER}/g;s/{%FJARCH%}/arm64/g;s/forge.$$/forge.\n/' > nfpm-arm64.yaml
 
-build: build-deb build-rpm build-arch
+build: build-deb build-rpm
 
 build-deb: build-deb-amd64 build-deb-arm-6 build-deb-arm64
 build-deb-amd64:
-- 
cgit v1.2.3