workflow: also install arm64 runtime libs (libc6:arm64, etc.)
#38 -
Commit c2cdb88e64 pushed by notazof
rules: cross-arch dh_shlibdeps, point at /usr/lib/<DEB_HOST_MULTIARCH>/
#37 -
Commit 39729b8d0d pushed by notazof
workflow: wget arm64 .deb from packages.debian.org, drop apt-get install
#35 -
Commit 9ffe785de3 pushed by notazof
rules + workflow: extract arm64 libs into a stage dir for dh_shlibdeps
#34 -
Commit ee0c977e79 pushed by notazof
workflow: install binutils-aarch64-linux-gnu for dh_makeshlibs
#33 -
Commit efddac2942 pushed by notazof
Makefile + workflow: -Pcross profile, drop arm64 libs install
#32 -
Commit ad5bc578e7 pushed by notazof
Makefile: -d to dpkg-buildpackage, skip build-deps check
#31 -
Commit 61a678d7af pushed by notazof
Makefile: document the dpkg-architecture bypass rationale
#30 -
Commit 42b0a39e34 pushed by notazof
Makefile: dpkg-architecture -c to set env and exec in one shot
#27 -
Commit 9898edeb30 pushed by notazof
Makefile: escape $(...) so make doesn't pre-evaluate it
#26 -
Commit 99bdf0923f pushed by notazof
Makefile: use ';' to chain eval and dpkg-buildpackage, not '&&'
#25 -
Commit 27df78bf5e pushed by notazof
Makefile: glue DPKG_ARCH_ARGS, eval, dpkg-buildpackage on one line
#24 -
Commit 543f68c7b9 pushed by notazof
Makefile: collapse 'case ... esac' onto one shell line
#23 -
Commit b9cae77789 pushed by notazof
Makefile: dpkg-architecture -aarm64 for proper cross-build host arch
#22 -
Commit cc48de0bea pushed by notazof
Makefile: drop the 'mv' step — it was always 'same file'
#20 -
Commit f8718dfb8b pushed by notazof
Makefile: clean residual .deb before dpkg-buildpackage
#19 -
Commit f65f73b2c1 pushed by notazof
Makefile: single-line shell block for .deb presence check
#18 -
Commit 5ea37f51be pushed by notazof
Makefile: fail loudly when dpkg-buildpackage produces no .deb
#17 -
Commit 117087ac43 pushed by notazof
release.yml: check /src/ for .deb (not /src/_src/) for both builds
#15 -
Commit 0267fd2fef pushed by notazof
release.yml: set -e -x + explicit .deb presence check on builds
#14 -
Commit 58a9d6c54f pushed by notazof
release.yml: fail-fast on arm64 shlib install + sanity check
#13 -
Commit cbb7915907 pushed by notazof
release.yml: install arm64 shlibs on amd64 runner for cross-build shlibdeps
#12 -
Commit acb3ee2c8b pushed by notazof
release.yml: install arm64 shlibs on amd64 runner for cross-build shlibdeps
#11 -
Commit acb3ee2c8b pushed by notazof
debian/rules: --no-automatic-dbgsym to dodge objcopy on *.so
#9 -
Commit 91eaf07436 pushed by notazof
debian/rules: skip dh_strip on *.so (cross-compiled native libs)
#8 -
Commit c25e245f5a pushed by notazof
fix state file: use JSON instead of shell-sourcable env
#7 -
Commit ba8ffe5f5b pushed by notazof
diag: add minimal Forgejo Actions diagnostic workflow
#6 -
Commit a37867b949 pushed by notazof