danger/kotlin

Add binaries into release artifacts

Vacxe opened this issue · 0 comments

Vacxe commented

Can we add compiled binaries for release into release artifacts? That's can help us for Docker image improvement.
For now Docker image based on Gradle and installing Make only for compilation. However this image have a issue with linux (but on mac work as expected) environments because danger-js can be found.

If we can attach precompiled binaries into release aftifacts then we can just use wget to download it into the image and image can be based on openjdk for example.

WDYT? Actually I can help with it ;)