|
95 | 95 | - name: Build goagent (linux, Debian 11 container) |
96 | 96 | if: matrix.goos == 'linux' |
97 | 97 | run: | |
98 | | - docker run --rm -v /opt/hostedtoolcache:/opt/hostedtoolcache -v "$PWD":/github/workspace -w /github/workspace debian:12 \ |
| 98 | + docker run --rm -v /opt/hostedtoolcache:/opt/hostedtoolcache -v "$PWD":/github/workspace -w /github/workspace ubuntu:20.04 \ |
99 | 99 | bash -euxo pipefail -c ' |
100 | 100 | GO_BIN="$(ls -d /opt/hostedtoolcache/go/*/x64/bin | sort -V | tail -1)/go" |
101 | 101 | export PATH="$(dirname "$GO_BIN"):$PATH" |
@@ -183,7 +183,7 @@ jobs: |
183 | 183 | - name: Build rustagent (linux, Debian 11 container) |
184 | 184 | if: matrix.runner == 'ubuntu-latest' |
185 | 185 | run: | |
186 | | - docker run --rm -v "$PWD":/github/workspace -w /github/workspace debian:12 \ |
| 186 | + docker run --rm -v "$PWD":/github/workspace -w /github/workspace ubuntu:20.04 \ |
187 | 187 | bash -euxo pipefail -c ' |
188 | 188 | apt-get update |
189 | 189 | apt-get install -y --no-install-recommends curl ca-certificates build-essential pkg-config |
@@ -258,7 +258,7 @@ jobs: |
258 | 258 | - name: Build webagent (linux, Debian 11 container) |
259 | 259 | if: matrix.runner == 'ubuntu-latest' |
260 | 260 | run: | |
261 | | - docker run --rm -v "$PWD":/github/workspace -w /github/workspace debian:12 \ |
| 261 | + docker run --rm -v "$PWD":/github/workspace -w /github/workspace ubuntu:20.04 \ |
262 | 262 | bash -euxo pipefail -c ' |
263 | 263 | apt-get update |
264 | 264 | apt-get install -y --no-install-recommends curl ca-certificates build-essential pkg-config |
@@ -313,7 +313,7 @@ jobs: |
313 | 313 | - name: Build cagent (linux, Debian 11 container) |
314 | 314 | if: runner.os == 'Linux' |
315 | 315 | run: | |
316 | | - docker run --rm -v "$PWD":/github/workspace -w /github/workspace debian:12 \ |
| 316 | + docker run --rm -v "$PWD":/github/workspace -w /github/workspace ubuntu:20.04 \ |
317 | 317 | bash -euxo pipefail -c ' |
318 | 318 | apt-get update |
319 | 319 | apt-get install -y --no-install-recommends gcc make xxd libc6-dev libcurl4-openssl-dev pkg-config |
|
0 commit comments