From 1c9812bfec8abe13e2e02a5545fc0236977fe742 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sat, 15 Oct 2022 13:17:38 +0200 Subject: [PATCH] Attempt to cross-compile for arm64 Linux --- .github/workflows/osrm-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index fbddb41b6..af078a7e3 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -530,7 +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 debian:bullseye-slim echo hello + - run: docker run -it --platform linux/arm64 debian:bullseye-slim echo hello - name: Use Node.js uses: actions/setup-node@v3