Fork me on GitHub
#babashka
<
2022-05-28
>
DrLjótsson18:05:09

I'm running a bb script on both my Mac and my Raspberry Pi and it requires the thhz/mailpod. I've managed to compile it on my Raspberry Pi and can load it using (pods/load-pod path-to-compiled-pod) . But on my Mac I use (pods/load-pod 'tzzh/mail "0.0.2") instead. Is there someway I can use the latter load-pod on both machines? I've tried adding a manifest.edn that includes just the aarch64 artifact and a local path, but that does not seem to work.

borkdude18:05:03

@brjann We could ask if @thomas.ormezzano can add a linux aarch64 release to that pod in the registry perhaps.

borkdude18:05:46

Maybe create an issue on his repo

DrLjótsson18:05:00

@borkdude Good idea - said and done!