.github: test installer script on latest ubuntu with wget

Updates tailscale/corp#8952
This commit is contained in:
Anton Tolchanov 2025-01-27 14:31:46 +00:00
parent bce05ec6c3
commit af366d8761

View File

@ -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 }}