From: "Fabian Grünbichler" <f.gruenbichler@proxmox.com>
To: Proxmox VE development discussion <pve-devel@lists.proxmox.com>
Subject: Re: [pve-devel] [PATCH proxmox-biome] buildsys: support arm64 compilation
Date: Wed, 03 Sep 2025 09:25:06 +0200 [thread overview]
Message-ID: <1756884265.oe0fk7mc98.astroid@yuna.none> (raw)
In-Reply-To: <20250811074728.145357-1-ayufan@ayufan.eu>
On August 11, 2025 9:47 am, Kamil Trzcinski wrote:
> Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu>
> ---
> 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
prev parent reply other threads:[~2025-09-03 7:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-11 7:47 Kamil Trzcinski
2025-09-03 7:25 ` Fabian Grünbichler [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1756884265.oe0fk7mc98.astroid@yuna.none \
--to=f.gruenbichler@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox