release/dist: switch back to Ubuntu 20.04 for building QNAP packages

After the switch to 24.04, unsigned packages did not build correctly (came out as only a few KBs).

Fixes tailscale/tailscale-qpkg#148

Signed-off-by: Percy Wegmann <percy@tailscale.com>
This commit is contained in:
Percy Wegmann 2025-06-23 17:55:23 -05:00 committed by Percy Wegmann
parent 31eebdb0f8
commit 4a1fc378d1

View File

@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu:20.04
RUN apt-get update -y && \
apt-get install -y --no-install-recommends \