summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAnton Tolchanov <anton@tailscale.com>2025-01-27 14:31:46 +0000
committerAnton Tolchanov <anton@tailscale.com>2025-01-27 14:31:46 +0000
commitaf366d8761ba6b1c20ac6b983300fdfcc7be8251 (patch)
tree5263aa57575dbbe04441722b16e74ce5475af477
parentbce05ec6c3f3cb2dad1086472e99e2e69b2cfadc (diff)
downloadtailscale-knyar/installmore.tar.xz
tailscale-knyar/installmore.zip
.github: test installer script on latest ubuntu with wgetknyar/installmore
Updates tailscale/corp#8952
-rw-r--r--.github/workflows/installer.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml
index 1c39e4d74..99b10b8fe 100644
--- a/.github/workflows/installer.yml
+++ b/.github/workflows/installer.yml
@@ -59,6 +59,7 @@ jobs:
# Check a few images with wget rather than curl.
- { image: "debian:oldstable-slim", deps: "wget" }
- { image: "debian:sid-slim", deps: "wget" }
+ - { image: "ubuntu:24.04", deps: "wget" }
runs-on: ubuntu-latest
container:
image: ${{ matrix.image }}