From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 625B81FF17C for ; Wed, 3 Sep 2025 09:25:29 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 973332A63A; Wed, 3 Sep 2025 09:25:42 +0200 (CEST) Date: Wed, 03 Sep 2025 09:25:06 +0200 From: Fabian =?iso-8859-1?q?Gr=FCnbichler?= To: Proxmox VE development discussion References: <20250811074728.145357-1-ayufan@ayufan.eu> In-Reply-To: <20250811074728.145357-1-ayufan@ayufan.eu> MIME-Version: 1.0 User-Agent: astroid/0.17.0 (https://github.com/astroidmail/astroid) Message-Id: <1756884265.oe0fk7mc98.astroid@yuna.none> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1756884294757 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.049 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_MSPIKE_H2 0.001 Average reputation (+2) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pve-devel] [PATCH proxmox-biome] buildsys: support arm64 compilation X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" On August 11, 2025 9:47 am, Kamil Trzcinski wrote: > Signed-off-by: Kamil Trzcinski > --- > Makefile | 5 +++-- > debian/control | 2 +- > 2 files changed, 4 insertions(+), 3 deletions(-) > > diff --git a/Makefile b/Makefile > index 18e5ce27..0c2f81f6 100644 > --- a/Makefile > +++ b/Makefile > @@ -1,9 +1,10 @@ > include /usr/share/dpkg/pkg-info.mk > > PACKAGE=proxmox-biome > +ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) nit: instead, include /usr/share/dpkg/architecture.mk and use the variable directly below > > -DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_amd64.deb > -DEB_DBG=$(PACKAGE)-dbgsym_$(DEB_VERSION_UPSTREAM_REVISION)_amd64.deb > +DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_$(ARCH).deb > +DEB_DBG=$(PACKAGE)-dbgsym_$(DEB_VERSION_UPSTREAM_REVISION)_$(ARCH).deb > > BUILDDIR=$(PACKAGE)-$(DEB_VERSION_UPSTREAM) > > diff --git a/debian/control b/debian/control > index bcfa86d0..83d2d6b4 100644 > --- a/debian/control > +++ b/debian/control > @@ -7,7 +7,7 @@ Homepage: https://biomejs.dev/ > Standards-Version: 4.7.0.0 > > Package: proxmox-biome > -Architecture: amd64 > +Architecture: any > Depends: ${misc:Depends}, ${shlibs:Depends}, > Description: Biome offers JS formatter and linter, usable via CLI and LSP. > Biome is a performant toolchain for web projects, it aims to provide developer > -- > 2.47.2 > > > _______________________________________________ > pve-devel mailing list > pve-devel@lists.proxmox.com > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel > > > _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel