diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index fb5b6e932..8c8759eea 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -530,6 +530,7 @@ jobs: OSRM_CONNECTION_EXP_BACKOFF_COEF: ${{ matrix.OSRM_CONNECTION_EXP_BACKOFF_COEF }} steps: - uses: actions/checkout@v2 + - run: docker run --platform linux/arm64 ubuntu/ubuntu:22.04 echo hello - name: Use Node.js uses: actions/setup-node@v3