rust-serverless / lambda-rust

🐳 🦀 a dockerized lambda build env for rust applications
MIT License
34 stars 8 forks source link

Add autobuild to stable #11

Closed micrictor closed 2 years ago

micrictor commented 2 years ago

Every Wednesday at 0200 UTC, this will build the rustup stable rust version and publish two images:

rustserverless/lambda-rust:latest rustserverless/lambda-rust:${INPUT_RELEASE_VERSION}-rust-stable

Piggybacks on the work by @jerusdp to automatically create an issue if this fails.