shriram / gradescope-racket

Infrastructure to autograde Racket code on Gradescope
MIT License
17 stars 8 forks source link

Allow for Apple silicon uses #29

Open jasonhemann opened 2 months ago

jasonhemann commented 2 months ago

It's not right now very easy to build w/this Makefile for Apple silicon. You need to pass a --platform linux/amd64 flag, both to build the images and to use them to test locally.

Right way to support this that

SHoltzen commented 2 months ago

Hey Jason, I had luck getting the image to build on my Mac with the following:

jasonhemann commented 2 months ago

Howdy! Thanks!

@SHoltzen #28 ?