From f61d3a0659a3a01f937cf4ef78bcf7e4646922fd Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Sat, 11 Jan 2025 11:20:21 -0800 Subject: [PATCH] add note that Nim does not support aarch64 linux --- .gitea/workflows/build-aarch64.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/build-aarch64.yaml b/.gitea/workflows/build-aarch64.yaml index 955d867..bc24058 100644 --- a/.gitea/workflows/build-aarch64.yaml +++ b/.gitea/workflows/build-aarch64.yaml @@ -10,6 +10,11 @@ env: ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }} ACTIONS_RUNTIME_URL: ${{ env.GITHUB_SERVER_URL }}/api/actions_pipeline/ jobs: + ###################################################################### + ## NOTE: NIM does not support arm64 Linux at the moment. Workflow + ## is disabled in Gitea until this is resolved + ## https://github.com/nim-lang/choosenim/issues/23 + ###################################################################### build-appimage: runs-on: ubuntu-latest-aarch64 steps: