MatthewCroughan / octobalena

Control your 3d-printer with octoprint + octoscreen via balena!
GNU General Public License v2.0
49 stars 22 forks source link

Correctly downloads arch type release for octodash with armv7fh device types #17

Closed Bucknalla closed 3 years ago

Bucknalla commented 3 years ago

%%BALENA_ARCH%% evaluates device types such as the RPi3, as armv7fh, octodash pins their release arch as armv7l. See here.

Bucknalla commented 3 years ago

Also would it be possible to bump the release at some point; would be good to pin a working state for ease of deployment :)

MatthewCroughan commented 3 years ago

I just found out I was not watching this repository via email, have fixed that now. It'd be good to get some CI going if you know how.

Bucknalla commented 3 years ago

@MatthewCroughan we could look at setting up some GitHub actions?