Skip to content

Commit b9e354c

Browse files
committed
chore(package): remove buser, fix debian image list in github workflow
1 parent c2180a4 commit b9e354c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/beta-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
strategy:
1111
matrix:
1212
distribution:
13-
- buster
14-
- bullseye
1513
- bookworm
14+
- bullseye
15+
- centos_9
1616
- focal
1717
- jammy
1818
- noble
19-
- centos_9
19+
- trixie
2020
steps:
2121
- name: Set version
2222
env:

.github/workflows/stable-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
strategy:
1111
matrix:
1212
distribution:
13-
- buster
14-
- bullseye
1513
- bookworm
14+
- bullseye
15+
- centos_9
1616
- focal
1717
- jammy
1818
- noble
19-
- centos_9
19+
- trixie
2020
steps:
2121
- name: Set version
2222
env:

0 commit comments

Comments
 (0)