NeonGeckoCom / neon-nodes

Collection of HANA Node clients written in Python
Other
0 stars 0 forks source link

[FEAT] Automate node image building #4

Closed NeonDaniel closed 4 months ago

NeonDaniel commented 5 months ago

Objective

Node images are <2GiB compressed; add some automation to build them upon (pre-)release and upload them as release artifacts.

Initial Implementation Requirements

Other Considerations

These could be committed to the repo via git-lfs files or uploaded to 2222.us/another external server like NeonOS images, but keeping them in GitHub will simplify versioning and minimize disk requirements on Neon's maintained server

NeonDaniel commented 4 months ago

https://github.com/NeonGeckoCom/neon-os/pull/1 Implements automation with external trigger

NeonDaniel commented 4 months ago

Closed by #10