diff options
| author | Percy Wegmann <percy@tailscale.com> | 2025-09-23 16:30:30 -0500 |
|---|---|---|
| committer | Percy Wegmann <percy@tailscale.com> | 2025-09-23 16:30:30 -0500 |
| commit | 7bba8a65f384938d9df3c232b36a4eef4f64087f (patch) | |
| tree | dc09b7e302133c8847c7854d8a2729bb0a242753 /Makefile | |
| parent | 1791f878708ec31ef4622222a5858217e749e777 (diff) | |
| download | tailscale-percy/issue16983.tar.xz tailscale-percy/issue16983.zip | |
Signed-off-by: Percy Wegmann <percy@tailscale.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -129,6 +129,7 @@ publishdevproxy: check-image-repo ## Build and publish k8s-proxy image to locati sshintegrationtest: ## Run the SSH integration tests in various Docker containers @GOOS=linux GOARCH=amd64 CGO_ENABLED=0 ./tool/go test -tags integrationtest -c ./ssh/tailssh -o ssh/tailssh/testcontainers/tailssh.test && \ GOOS=linux GOARCH=amd64 CGO_ENABLED=0 ./tool/go build -o ssh/tailssh/testcontainers/tailscaled ./cmd/tailscaled && \ + echo "Testing on debian:trixie" && docker build --build-arg="BASE=debian:trixie" -t ssh-debian-trixie ssh/tailssh/testcontainers && \ echo "Testing on ubuntu:focal" && docker build --build-arg="BASE=ubuntu:focal" -t ssh-ubuntu-focal ssh/tailssh/testcontainers && \ echo "Testing on ubuntu:jammy" && docker build --build-arg="BASE=ubuntu:jammy" -t ssh-ubuntu-jammy ssh/tailssh/testcontainers && \ echo "Testing on ubuntu:noble" && docker build --build-arg="BASE=ubuntu:noble" -t ssh-ubuntu-noble ssh/tailssh/testcontainers && \ |
