<FromGitter>
<mixflame> I'm back, making another site with Amber
<FromGitter>
<mixflame> Is Amber compatible with Crystal 0.30?
<FromGitter>
<mixflame> guess we'll find out soon, I'm trying it
<FromGitter>
<drujensen> @mixflame Hi, welcome back. No, not yet. We have several dependencies that need to be updated first.
<FromGitter>
<mixflame> yikes
<FromGitter>
<mixflame> alright
<FromGitter>
<mixflame> thanks Dru
<FromGitter>
<damianham> Hi guys, I am developing an embedded system for Raspberry Pi and I want to implement an Over The Air update process to my customers devices which will replace the Amber application while it is running. Any suggestions on the best practice for that i.e. how would you go about it ?
<FromGitter>
<drujensen> @damianham I have been using `snapcraft` by Ubuntu on my raspberry pi project. Crystal just released a supported plugin. https://snapcraft.io
<FromGitter>
<drujensen> are you cross compiling to armhf?
<FromGitter>
<drujensen> i’m currently using the `dump` plugin and compiling binaries on the pi itself
<FromGitter>
<drujensen> I’m hoping the crystal team will start supporting `arm64` architecture but not holding my breath. ;-)