devops: fix tests on Ubuntu 20.04 arm64 (#11080)
This commit is contained in:
parent
a21dcf0184
commit
3bce3444e2
5
.github/workflows/tests_docker.yml
vendored
5
.github/workflows/tests_docker.yml
vendored
|
|
@ -41,6 +41,11 @@ jobs:
|
|||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16
|
||||
- name: Set up Docker QEMU for arm64 docker builds
|
||||
if: ${{ matrix.arch == "arm64" }}
|
||||
uses: docker/setup-qemu-action@v1
|
||||
with:
|
||||
platforms: arm64
|
||||
- run: npm i -g npm@8
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
|
|
|
|||
Loading…
Reference in a new issue