crystal-lang / distribution-scripts

40 stars 23 forks source link

Build ubuntu 64-bit docker image from tar.gz instead of deb #136

Closed straight-shoota closed 2 years ago

straight-shoota commented 2 years ago

This patch changes the docker image to install Crystal directly from the generic linux tarball, instead of a debian package. The main purpose is to avoid a dependency on the debian package, which is built in a separate workflow on OBS.

There should be no significant differences for users.