quil-lang / quilc

The optimizing Quil compiler.
Apache License 2.0
452 stars 73 forks source link

Feature/simplify dockerfile #864

Closed bramathon closed 1 year ago

bramathon commented 1 year ago

This PR simplifies the multistage Dockerfile (which I couldn't successfully build) to a single file.

It adds a docker-compose build, which can be used to build and start a dockerized SBCL, which you can then slime-connect to,

Finally, it adds a github workflow to build the images for both x86 and ARM architectures.