postit-debian/.forgejo/workflows
Paul Schneider 9ffe785de3
Some checks failed
Forgejo Release postit-deb / release (push) Failing after 31s
workflow: wget arm64 .deb from packages.debian.org, drop apt-get install
The earlier apt-get install libc6:arm64 ... failed because
the packages aren't listed in the runner image's configured
apt sources (dpkg-checkbuilddeps came back with
'Unmet build dependencies').

Switch to direct download from packages.debian.org, where
the URL is resolved dynamically from the package index
(no hardcoded versions — glibc patches frequently, and a
hardcoded libc6 URL would break the workflow the moment
Debian uploads a security update).

This is the same approach as sbuild/pbuilder: build a
cross-arch stage dir without installing arm64 on the host,
then point dpkg-shlibdeps at it via -l.

Verified locally: deb.debian.org returns the right
.libc6_2.36-9+deb12u14_arm64.deb URL for arm64.
2026-08-17 19:11:32 +01:00
..
release.yml workflow: wget arm64 .deb from packages.debian.org, drop apt-get install 2026-08-17 19:11:32 +01:00