Attempt to cross-compile for arm64 Linux
This commit is contained in:
parent
c8c240ea07
commit
ba6979ff36
3
.github/workflows/osrm-backend.yml
vendored
3
.github/workflows/osrm-backend.yml
vendored
@ -31,6 +31,9 @@ jobs:
|
|||||||
arch: aarch64
|
arch: aarch64
|
||||||
distro: ubuntu20.04
|
distro: ubuntu20.04
|
||||||
githubToken: ${{ github.token }}
|
githubToken: ${{ github.token }}
|
||||||
|
install: |
|
||||||
|
apt-get update -y && apt-get install -y python3 node
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
pip install conan==1.53.0
|
pip install conan==1.53.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user