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>
pull/16362/head
Percy Wegmann 5 months ago committed by Percy Wegmann
parent 31eebdb0f8
commit 4a1fc378d1

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

Loading…
Cancel
Save