greglook / cljstyle

A tool for formatting Clojure code
Eclipse Public License 1.0
293 stars 39 forks source link

Make Dockerfile work on more platforms #99

Closed drewinglis closed 7 months ago

drewinglis commented 1 year ago

We're installing the amd64 version of Graal, but if this is run on an M1 Mac for example, it'll install an ARM version, which will fail to compile.

velios commented 8 months ago

Looks like you can set export DOCKER_DEFAULT_PLATFORM=linux/arm64 or linux/amd64 when you want special behaviour