docker: Mount some volumes when building with cross

Many thanks to Aleksandr Chebotov for the help
This commit is contained in:
Sylvestre Ledru
2022-09-04 23:35:34 +02:00
parent 1054c5c365
commit 6b8b8a1ee7
+2
View File
@@ -546,6 +546,8 @@ jobs:
needs: [ min_version, deps ]
runs-on: ${{ matrix.job.os }}
timeout-minutes: 90
env:
DOCKER_OPTS: '--volume /etc/passwd:/etc/passwd --volume /etc/group:/etc/group'
strategy:
fail-fast: false
matrix: