mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 22:44:11 +00:00
Test
This commit is contained in:
@@ -47,7 +47,8 @@ switch (process.platform) {
|
||||
|
||||
default:
|
||||
targets = [
|
||||
['x86_64-unknown-linux-musl', 'x64']
|
||||
['x86_64-unknown-linux-musl', 'x64'],
|
||||
['aarch64-unknown-linux-musl', 'arm64']
|
||||
];
|
||||
|
||||
process.env["PKG_CONFIG_ALLOW_CROSS"] = "1";
|
||||
|
||||
Reference in New Issue
Block a user