mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix: Add Ubuntu 22.04 deps for arm64 (#15007)
This commit is contained in:
parent
b648f08821
commit
6b1bd6ec16
@ -666,3 +666,19 @@ deps['ubuntu20.04-arm64'] = {
|
||||
},
|
||||
};
|
||||
|
||||
deps['ubuntu22.04-arm64'] = {
|
||||
tools: [...deps['ubuntu22.04'].tools],
|
||||
chromium: [...deps['ubuntu22.04'].chromium],
|
||||
firefox: [
|
||||
...deps['ubuntu22.04'].firefox,
|
||||
],
|
||||
webkit: [
|
||||
...deps['ubuntu22.04'].webkit,
|
||||
'libevent-2.1-7',
|
||||
],
|
||||
lib2package: {
|
||||
...deps['ubuntu22.04'].lib2package,
|
||||
'libevent-2.1.so.7': 'libevent-2.1.so.7',
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user