Adding Linux Aarch64 to deployments.#2603
Conversation
|
Proof that this change works can also be found at https://github.com/Jah-On/DearPyGui/actions. Mac doesn't run bc those are paid. |
|
@hoffstadt would this change be acceptable? It would be super helpful to a project of mine if I didn't have to build from source for linux arm64! |
| - name: Upload Linux ${{ matrix.python-version }} Wheel | ||
| uses: actions/upload-artifact@v4 | ||
| with: | ||
| name: linuxbuild${{ matrix.python-version }} |
There was a problem hiding this comment.
Shouldn't it be linuxaarchbuild here?
There was a problem hiding this comment.
@v-ein Yes, good catch! Thank you. I've submitted a patch for it.
|
@hoffstadt do we want to add aarch64 to PR build checks as well? (i.e. to |
Added to the this file in case it is wanted. If not, feel free to omit. |
|
Going to close and reopen the PR to see if this clears the status of the |
|
Nah, it didn't help. I've no idea where GitHub is picking that old name. Maybe we should just keep it? |
|
I forgot about the issue of renaming pipelines. The merge rules don't update accordingly. I wonder if I can add a name alias then Hoff will need to edit the PR merge rules to the appropriate name. |
|
@v-ein This should merge in without issue this time hopefully! |
|
Closing as it can't be merged apparently. |
name: Jah-On's 2026-1 PR
about: Create a pull request to help us improve
title: 'Adding Linux Aarch64 to deployments.'
assignees: @Jah-On
Description:
Adds a workflow for compiling and uploading pre-built wheels for Linux on Aarch64 devices, which should include many moderns SBCs like RPi 4/5 and others.
Concerning Areas:
None that I'm aware of.