We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd54c7 commit bd4a4fcCopy full SHA for bd4a4fc
packages/build/src/config/server-with-ppa.ts
@@ -3,7 +3,8 @@ export type SupportedServerVersion =
3
| '5.0.0'
4
| '6.0.0'
5
| '7.0.0'
6
- | '8.0.0';
+ | '8.0.0'
7
+ | '8.2.0';
8
9
export type PPARepositoryAndServerVersions = {
10
repo: PPARepository;
@@ -108,6 +109,16 @@ export const SERVER_WITH_PPAS: Record<
108
109
'ubuntu2204',
110
'ubuntu2404',
111
],
112
+ '8.2.0': [
113
+ 'amazon2023',
114
+ 'debian12',
115
+ 'rhel80',
116
+ 'rhel90',
117
+ 'suse15',
118
+ 'ubuntu2004',
119
+ 'ubuntu2204',
120
+ 'ubuntu2404',
121
+ ],
122
};
123
124
const PPA_WITH_SERVER_VERSIONS = new Map<
0 commit comments