mirror of
https://github.com/tailscale/tailscale.git
synced 2025-07-30 07:43:42 +00:00
.github: test installer script on latest ubuntu with wget
Updates tailscale/corp#8952
This commit is contained in:
parent
bce05ec6c3
commit
af366d8761
1
.github/workflows/installer.yml
vendored
1
.github/workflows/installer.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user