You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i don't want to have to build the cli in release mode using the rpi's tiny little cpu. i'd like to have some automated way for the rpi to get the latest version of the cli, preferably automatically.
something as simple as having gha upload the cli binary to some url, and having the rpi pull that binary down to ~/bin/rask with a cron job, would work totally fine. could also do something more sophisticated/traditional if i want, i haven't thought about this much.
i don't really know if it's easy/hard to have the cli Just Work on the rpi. maybe i'll have to learn about "multi-arch builds"?? we'll see.
The text was updated successfully, but these errors were encountered:
i don't want to have to build the cli in release mode using the rpi's tiny little cpu. i'd like to have some automated way for the rpi to get the latest version of the cli, preferably automatically.
something as simple as having gha upload the cli binary to some url, and having the rpi pull that binary down to ~/bin/rask with a cron job, would work totally fine. could also do something more sophisticated/traditional if i want, i haven't thought about this much.
i don't really know if it's easy/hard to have the cli Just Work on the rpi. maybe i'll have to learn about "multi-arch builds"?? we'll see.
The text was updated successfully, but these errors were encountered: