diff options
| author | Anton Tolchanov <anton@tailscale.com> | 2025-01-27 14:31:46 +0000 |
|---|---|---|
| committer | Anton Tolchanov <anton@tailscale.com> | 2025-01-27 14:31:46 +0000 |
| commit | af366d8761ba6b1c20ac6b983300fdfcc7be8251 (patch) | |
| tree | 5263aa57575dbbe04441722b16e74ce5475af477 | |
| parent | bce05ec6c3f3cb2dad1086472e99e2e69b2cfadc (diff) | |
| download | tailscale-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.yml | 1 |
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 }} |
