Skip to content

Commit 344150d

Browse files
authored
Merge pull request #2559 from signalwire/buster
[GHA] Remove Debian `Buster`.
2 parents 50720f6 + b39f146 commit 344150d

File tree

4 files changed

+7
-312
lines changed

4 files changed

+7
-312
lines changed

.github/docker/debian/buster/amd64/Dockerfile

Lines changed: 0 additions & 103 deletions
This file was deleted.

.github/docker/debian/buster/arm32v7/Dockerfile

Lines changed: 0 additions & 102 deletions
This file was deleted.

.github/docker/debian/buster/arm64v8/Dockerfile

Lines changed: 0 additions & 102 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,20 @@ jobs:
3131
{
3232
"version": "bookworm",
3333
"platform": {
34-
"name": "amd64"
34+
"name": "arm64v8"
3535
}
3636
},
3737
{
38-
"version": "bookworm",
38+
"version": "bullseye",
3939
"platform": {
40-
"name": "arm64v8"
40+
"name": "amd64"
4141
}
4242
},
4343
{
44-
"version": "bullseye"
44+
"version": "bullseye",
45+
"platform": {
46+
"name": "arm32v7"
47+
}
4548
}
4649
]')
4750
fi
@@ -66,7 +69,6 @@ jobs:
6669
version:
6770
- bookworm
6871
- bullseye
69-
- buster
7072
platform:
7173
- name: amd64
7274
runner: ubuntu-latest

0 commit comments

Comments
 (0)