-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export NAME, VERSION, and ARCH before running linuxdeploy #7
Conversation
@probonopd Do you know why exporting NAME in this PR didn't work? |
Have you tried build other arches like aarch64 or powerpc64le? |
Not yet. It doesn't look like other arches are available on GitHub runners https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners |
@StanleySweet Though it could be done easily enough with a github self-hosted runner. Are there any WFG servers that have those architectures? |
Unfortunately, we do not. There is only one server on good old x64 |
@StanleySweet I think it could be done with the docker qemu action |
@StanleySweet Locally, if you run Then you can get an arm64 image, for example, Will get you an arm64 image... |
Interesting. Sorry I didn't make any progress on getting this on the CI.... |
@StanleySweet No worries. If it becomes a problem for me to maintain, I'll just pause. If you want to take a shortcut, you can just clone this repo onto one of your servers that has docker installed, and then run `./make-appimage.sh'. It'll spit out a nice official AppImage for you. :) The brief instructions are on the README. Alternatively, you can click the "use this template" button near the top of the repo. That will give you a "detached" fork, and then it's all yours to do with as you please. |
I am close to trying a build on arm64 and arm/v7 in #26 but I may only try with the next official pre-release of 0ad, because I've had too much trouble getting a26 to build with Ubuntu Focal. |
Closed, obsolete PR. |
@StanleySweet Once the amd64 build completes successfully in #26 (comment), I can add 'arm64' to the workflow matrix |
No description provided.