From c37020a642b2be743b8ed14dcc067b3fa2edb2bd Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Sun, 18 Jan 2026 15:08:33 +0100 Subject: Use lopsided archlinux for arm support --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 382e7a9..3d5e2de 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,8 @@ fedora_image_fedora-rawhide := fedora:rawhide debian_image_bookworm := debian:bookworm debian_image_trixie := debian:trixie debian_image_bullseye := debian:bullseye -arch_image := archlinux:latest +# lopsided/archlinux provides multi-arch images (amd64, arm64, etc.) +arch_image := lopsided/archlinux:latest # Filename format: map-aarch64-unstable.flatpak or map-aarch64-unstable-fedora43.rpm filename = $(app_name)-$(arch)-$(channel) @@ -172,7 +173,7 @@ endif package-pacman-podman: @echo "=== Building Arch package for $(arch) ===" podman run --rm -v $(CURDIR):/src:Z -w /src $(arch_image) bash -c '\ - pacman -Syu --noconfirm make clang lld curl tar gzip gettext gtk4 libadwaita gtksourceview5 fakeroot && \ + pacman -Syu --noconfirm make clang lld curl tar gzip gettext gtk4 libadwaita gtksourceview5 fakeroot rsync && \ curl --proto "=https" --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \ source $$HOME/.cargo/env && \ useradd -m builder && \ -- cgit