Skip to content

Commit 74daa2c

Browse files
CopilotKaniska244
andauthored
Add comment explaining ubuntu:focal and debian:11 removal from arm64 matrix
Agent-Logs-Url: https://github.com/devcontainers/features/sessions/071d8550-7b74-4436-91de-5933b6711bc3 Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com>
1 parent 75b7e6d commit 74daa2c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-pr-arm64.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
strategy:
3232
matrix:
3333
features: ${{ fromJSON(needs.detect-changes.outputs.features) }}
34+
# NOTE: ubuntu:focal and debian:11 are excluded because they ship
35+
# GLIBC 2.31, but PowerShell >= 7.6.0 requires GLIBC 2.33+ on arm64.
36+
# ubuntu:focal reached EOL Apr 2025; debian:11 reaches EOL Aug 2026.
3437
baseImage:
3538
[
3639
"ubuntu:jammy",

0 commit comments

Comments
 (0)