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 9065D1FF187 for ; Mon, 11 Aug 2025 09:46:06 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 7DE9B1F446; Mon, 11 Aug 2025 09:47:39 +0200 (CEST) From: Kamil Trzcinski To: pve-devel@lists.proxmox.com Date: Mon, 11 Aug 2025 09:47:28 +0200 Message-ID: <20250811074728.145357-1-ayufan@ayufan.eu> X-Mailer: git-send-email 2.47.2 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.146 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 FSL_HELO_NON_FQDN_1 0.001 - HELO_NO_DOMAIN 0.001 Relay reports its domain incorrectly KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RDNS_NONE 0.793 Delivered to internal network by a host with no rDNS SPF_SOFTFAIL 0.665 SPF: sender does not match SPF record (softfail) Subject: [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" 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) -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