softprops / lambda-rust

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

Introduce SKIP_ZIPPING flag #70

Closed Veetaha closed 4 years ago

Veetaha commented 4 years ago

This commit also changes the structure of output/. Since it is possible to build multiple binaries it is useful to have all of them in unzipped form. So now we put all binaries under lambda/${PROFILE}/output/${BIN}. Only bootstrap and boostrap.debug files reside in this dir.

I'd be very much grateful if @softprops could publish this to dockerhub :D

Veetaha commented 4 years ago

@softprops friendly ping :D

softprops commented 4 years ago

Sorry about that. Since this does two thing to disable packaging I may rename this before releasing to something like PACKAGE=false defaulting to true

Veetaha commented 4 years ago

Any option lgtm, thanks!

Veetaha commented 4 years ago

@softprops I'd like this patch released, if I add a PR with renaming the flag to PACKAGE will you be able to release a new image soon?