protonmail-bridge-docker/deb
c41ms0n dad7066244 docker: BuildKit cache + CGO LTO optimization
Add persistent cache mounts for the Go module cache, Go build cache,
and apt so only changed packages are re-downloaded or recompiled on
subsequent builds.

CGO LTO is injected via `make LIBFIDO2_LDFLAGS=...` rather than ENV
because the Makefile sets CGO_LDFLAGS inline in go-build-finalize,
clobbering any inherited environment variable. Binary stripping is done
with strip --strip-all post-build since the Makefile owns the -ldflags
chain and cannot be extended without losing the -X version constants.
2026-04-29 21:50:50 +02:00
..
Dockerfile docker: BuildKit cache + CGO LTO optimization 2026-04-29 21:50:50 +02:00
entrypoint.sh chore(deb): sync entrypoint and Dockerfile from build/ 2026-04-29 21:50:50 +02:00
gpgparams Move deb packing under deb folder (#12) 2020-11-19 19:46:18 -08:00
install.sh improve build readability and speed (by parallelization) (#117) 2025-04-24 23:03:50 +02:00
PACKAGE Bump version to v3.24.2 2026-04-28 00:41:18 +00:00