Compare commits

...

1 Commits

Author SHA1 Message Date
Anton Tolchanov
af366d8761 .github: test installer script on latest ubuntu with wget
Updates tailscale/corp#8952
2025-01-27 14:31:46 +00:00

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