-
Notifications
You must be signed in to change notification settings - Fork 219
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
Migrate to hfg-gmuend
controlled font-builder docker image
#430
Comments
Yes, let's do this once PR #422 is merged. Might need a few instructions how to set things up. |
Running the font-builder docker image on my M1 machine yields:
Not super familiar with the docker build pipeline ... but it would be nice to speed up the image on M1 computers. Building locally with Would be it be possible to publish the image via the github action in addition as well for |
Seems to be possible: Multi-platform images https://docs.docker.com/build/building/multi-platform/ |
There is already a GitHub workflow in #422 to build the images. Adding multi-platform support to this should be possible. I believe we simply need to set something up in the Surely it wouldn't be |
Great. Should I create a repo e.g. |
I think it would be easiest if the dockerfile is hosted in this repo (currently in |
Ok, either way is fine. Let's decide once the new font buildsystem was merged. |
@JeppeKlitgaard PR #422 is finally merged! This is mega! Let us tackle the remaining related open todos ... what should I do? :) |
Hi @JeppeKlitgaard, hope you're doing well! Any chance to finish off this issue: move everything to the hfg-gmuend org and add x86_64 support? Ping :) |
Apologies for missing the ping! I will try to take a look at this soon. I just started a new job and am still living out of a suitcase with family, so things are a bit hectic on my end at the moment. As I recall we need to do something to enable a container registry on the hfg-gmuend org, which I don't think I am able to do by myself. I will poke around a bit and we can coordinate |
@JeppeKlitgaard No worries, not super urgent ... just a gentle ping for news :) + All the best for settling in the new place and job!
Of course. Happy to setup a new repo, give you the necessary permissions ... just let me know. |
Just a heads up that this is still on my todo list, but the past few weeks have been quite hectic. Hopefully things will calm down soon! |
Many thanks for for letting us know, that is very nice of you. We are aiming to publish OpenMoji v15 in the next weeks. All emojis have been designed to complete with Unicode 15. I just have to find time to add them to library and polish a few small other things ... But as the font-builder docker image is not a blocker, no crazy rush on our end :) All the best |
Hi @JeppeKlitgaard, ping :) Any news? Tried it today ... bug gave up after 1h. Just not familiar enough with the nitty gritty docker details. I think I could build it via |
At some point after #422 is merged it would be ideal to change over to use a docker image distributed through
ghcr.io
using this organisation rather than through @JeppeKlitgaard for security and maintainability purposes. There is no rush on this however.The relevant dockerfile can be found in
helpers/docker
and a workflow is already set up in.github/workflows
.TODO:
README.md
next to DockerfileThe text was updated successfully, but these errors were encountered: