fix: Add Ubuntu 22.04 deps for arm64 (#15007)

This commit is contained in:
Tommi Finnilä 2022-06-21 14:51:19 +03:00 committed by GitHub
parent b648f08821
commit 6b1bd6ec16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
},
};