Updates for ARM architecture?
Hey everyone,
I've recently discovered the discussion about deploy to arm and its been held pending for now.
Are there any thoughts on this, if and when this could be supported / worked on.
We are currently building an application and want to start with a notification system like novu in the next 6 months. So this would be very wanted by us for now.
Great software btw. And thanks for your answer ❤️
19 Replies
The best man to answer your question is typing right this moment @Zac Clifton
@Aliaksandr has this currently has this in his backlog and should be done soonish. However I can not give a timeline currently. I can estimate that it will be done before the end of Q1 and we will make sure to add it to our release notes in our next version it is released with .
Since it has been a consistantly asked for item
Great news for us, as of we want to start using it within the comming 6 months. 🙂
If you need assistence or tester, feel free to reach out.
Hi! I'll start to work on this immediately after I finish to work on docker images tagging 🙂
Would happen to be able to share what platform you would be deploying this on?
we are using the free tier of oracle for dev for now and will extend this further based on usage.
for the microservices we mainly use google cloud, currently cloud run. these services would connect later to novu.
take your time 🙂
@Zac Clifton Do we have an open ticket for 'ARM architecture' that we could include this conversation in? (So we could update @SHG-TV once it's released)
Thanks!
@SHG-TV Please check out our roadmap page and add / rate the features you need so we could update you via email (along with helping us setting the feature priority)
I did it, thanks
can you create a docker-compose file for arm?
right now I am still getting errors for wrong platform, when pulling.
@Emil @Zac Clifton
@SHG-TV
Let me check with team the progress on this
What computer are you pulling the images on? Docker should automatically pull the amd or the arm image based on the hosts architecture.
from oracle free tier ARM => oracle linux 9
wit docker compose installed
@SHG-TV @Paweł T. and I identified that we did not run the ARM build process for the v0.23.0, we are looking to make either a new release or patch release next week that will include the ARM images.
@Pawan Jain Just so you are aware.
thank you very much. have a nice day
Our pleasure, and we really appreciate you saying something and bringing this up.
@SHG-TV
We have a good news 🙂
Our latest images support ARM now
replace
ghcr.io/novuhq/novu/api:0.23.0
with ghcr.io/novuhq/novu/api:latest
has worked great, thanks
@Pawan Jain @Paweł T. can you review https://github.com/novuhq/novu/pull/5139 please.
There hasnt been an update for quite a while.
Thank you 🙂
GitHub
ARM Architecture Support by AliaksandrRyzhou · Pull Request #5139 ·...
What change does this PR introduce?
These changes will allow us to build docker images for ARM platforms too.
Why was this change needed?
This will also lower our cloud cost as ARM is more efficie...