Skip to content

Commit

Permalink
Merge pull request #2559 from signalwire/buster
Browse files Browse the repository at this point in the history
[GHA] Remove Debian `Buster`.
  • Loading branch information
andywolk authored Aug 2, 2024
2 parents 50720f6 + b39f146 commit 344150d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 312 deletions.
103 changes: 0 additions & 103 deletions .github/docker/debian/buster/amd64/Dockerfile

This file was deleted.

102 changes: 0 additions & 102 deletions .github/docker/debian/buster/arm32v7/Dockerfile

This file was deleted.

102 changes: 0 additions & 102 deletions .github/docker/debian/buster/arm64v8/Dockerfile

This file was deleted.

12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,20 @@ jobs:
{
"version": "bookworm",
"platform": {
"name": "amd64"
"name": "arm64v8"
}
},
{
"version": "bookworm",
"version": "bullseye",
"platform": {
"name": "arm64v8"
"name": "amd64"
}
},
{
"version": "bullseye"
"version": "bullseye",
"platform": {
"name": "arm32v7"
}
}
]')
fi
Expand All @@ -66,7 +69,6 @@ jobs:
version:
- bookworm
- bullseye
- buster
platform:
- name: amd64
runner: ubuntu-latest
Expand Down

0 comments on commit 344150d

Please sign in to comment.