add note that Nim does not support aarch64 linux
All checks were successful
AppImage Build / build-appimage (push) Successful in 1m54s

This commit is contained in:
Emil Lerch 2025-01-11 11:20:21 -08:00
parent 5fa29ab30d
commit f61d3a0659
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -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: