radian-software / riju

⚡ Extremely fast online playground for every programming language.

Home Page:https://riju.codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local build of admin-shell fails

code-leen opened this issue · comments

Trying to run make image shell I=admin fails and outputs this to the console:

#8 26.37 Reading state information...
#8 26.39 E: Unable to locate package docker-ce-cli
#8 26.39 E: Unable to locate package terraform
------
executor failed running [/bin/sh -c /tmp/install.bash]: exit code: 100
make: *** [image] Error 1

I'm on a macOS with the M1 chip 💻 🍎

Any help would be appreciated!

You want #103, which has info and workarounds for running on ARM. It looks like we need to (conditionally?) use an older version of Node.js, and also add an option to docker build.