I'm trying this on an arm 64 Mac, and I get this error:
#11 1.717 Reading state information...
#11 1.771 E: Unable to locate package sbt
------
executor failed running [/bin/sh -c apt-get update -y && apt-get install -y sbt]: exit code: 100
I don't think this is a Mac issue, though, it looks like there's something about the attempt to pull sbt from the Debian repo.
Looking at the deb repository here https://scala.jfrog.io/ui/native/debian looks like there are plenty of sbt packages available. The exit code: 100 isn't exactly self-explanatory.
I'm trying this on an arm 64 Mac, and I get this error:
I don't think this is a Mac issue, though, it looks like there's something about the attempt to pull
sbtfrom the Debian repo.Looking at the deb repository here https://scala.jfrog.io/ui/native/debian looks like there are plenty of
sbtpackages available. Theexit code: 100isn't exactly self-explanatory.