mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-27 22:11:38 +01:00
fix: account for different build output on arm (#12761)
This commit is contained in:
parent
a9ca361523
commit
16a0176f84
@ -33,7 +33,11 @@ modules:
|
||||
- install bitwarden.sh /app/bin/bitwarden.sh
|
||||
sources:
|
||||
- type: dir
|
||||
only-arches: [x86_64]
|
||||
path: ../dist/linux-unpacked
|
||||
- type: dir
|
||||
only-arches: [aarch64]
|
||||
path: ../dist/linux-arm64-unpacked
|
||||
- type: script
|
||||
dest-filename: bitwarden.sh
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user