edwardcwang
edwardcwang
Hi @mikhailmoiseev! I created a preliminary Dockerfile and Ubuntu 24.04-based release build as a proof-of-concept below. Any interest in extending more official Docker / binary release support? This would make...
**Steps to reproduce:** ```shell wget https://github.com/com-lihaoyi/Ammonite/releases/download/3.0.0-M2/2.13-3.0.0-M2 -O amm chmod +x amm wget https://github.com/edwardcwang/chisel-single-file/raw/chisel6/GCD.scala ./amm -p GCD.scala -c "main()" ``` **Expected behaviour:** The script runs successfully without Ammonite crashing. **Error message:**...