add note that Nim does not support aarch64 linux
All checks were successful
AppImage Build / build-appimage (push) Successful in 1m54s
All checks were successful
AppImage Build / build-appimage (push) Successful in 1m54s
This commit is contained in:
parent
5fa29ab30d
commit
f61d3a0659
@ -10,6 +10,11 @@ env:
|
|||||||
ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
ACTIONS_RUNTIME_URL: ${{ env.GITHUB_SERVER_URL }}/api/actions_pipeline/
|
ACTIONS_RUNTIME_URL: ${{ env.GITHUB_SERVER_URL }}/api/actions_pipeline/
|
||||||
jobs:
|
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:
|
build-appimage:
|
||||||
runs-on: ubuntu-latest-aarch64
|
runs-on: ubuntu-latest-aarch64
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user