From 11e23e804250536905f112caa7f7d00194cac895 Mon Sep 17 00:00:00 2001 From: Konstantin Zamyakin Date: Wed, 31 Oct 2018 15:02:02 +0300 Subject: [PATCH] use noarch for dns packages --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7accc0c..d14b0e2 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ NAME=dns VERSION=$(version) MAINTAINER="AdGuard Web Team" USER="dns" +ARCHITECTURE=noarch SHELL := /bin/bash .PHONY: default @@ -41,6 +42,7 @@ package: build -v 1.$(VERSION) \ -s dir \ -t deb \ + -a $(ARCHITECTURE) \ -n adguard-$(NAME)-service \ -m $(MAINTAINER) \ --vendor $(MAINTAINER) \