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>
main
Percy Wegmann 10 months ago committed by Percy Wegmann
parent 31eebdb0f8
commit 4a1fc378d1
  1. 2
      release/dist/qnap/files/scripts/Dockerfile.qpkg

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

Loading…
Cancel
Save