zlatinb
eyedeekay: I'm trying to figure out what changes are needed to i2p.newsxml to add a "mac-arm64" platform
zlatinb
so far seems only one place in news.sh requires changing, which is v, good
zlatinb
but what about deployment and running a news server?
eyedeekay
re: a news server you can either check in the news HTML file and releases.json file into i2p.newsxml and I can build and host it
eyedeekay
or if you want to host your own I wrote up a guide which details the process step-by-step for dev builds, which reminds me that I need to add this to geti2p.net soon: i2pgit.org/idk/hopefully-holistic-guide-to-i2p-dev-build-update-hosting
eyedeekay
I've got the whole thing containerized which is how I use it,
eyedeekay
I don't think I added arch-specific channels to i2p.newsxml but it should be like, 1 small change to add them
zlatinb
no need to add arch-specific channels, it would just be a new directory alongside win and mac
eyedeekay
Yeah that's probably simplest
zlatinb
ok, pushed
eyedeekay
Pulled, just going to try it once and make sure it builds right
eyedeekay
Do you need me to push this to my news server when I'm done?
zlatinb
not atm unless you want to test
eyedeekay
Built and signed without errors. I'm going to wait to push it to my news server for now