danger / kotlin

⚠️ Stop saying "you forgot to …" in code review
MIT License
490 stars 48 forks source link

Add binaries into release artifacts #248

Closed Vacxe closed 5 months ago

Vacxe commented 1 year ago

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 ;)