Skip to content

Commit e54f392

Browse files
author
Artem
committed
install qemu for arm docker builds
1 parent 4e7460a commit e54f392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -831,9 +831,9 @@ jobs:
831831
- node/install:
832832
node-version: '18.15.0'
833833
- run:
834-
name: install dependencies
834+
name: Install dependencies
835835
command: |
836-
sudo apt-get update -y && sudo apt-get install -y ca-certificates
836+
sudo apt-get update -y && sudo apt-get install -y ca-certificates qemu-user-static
837837
- run:
838838
name: Build sources
839839
command: ./.circleci/build/build.sh

0 commit comments

Comments
 (0)