I think I've been fooled by an AI comment here: https://github.com/babashka/babashka/discussions/1916#discussioncomment-16750659
โWhat this enablesโ <- ๐ค๐ซ
Kinth AI Official GitHub account... so, yeah ๐
Hi everyone. I'm trying to build a new release of bbssh but I have noticed that the amd64 macos image is no longer available on circleci for builds. Is this a big issue? How are people CI building amd64 mac binaries now? I see babashka still has amd64 mac bins available. How are you doing that @borkdude?
Great to see you back! I've been releasing a couple of pods without mac intel support and didn't have any complaints.
bb itself is still built with mac intel support through rosetta2 on circle in an arm machine, but for pods I'd consider trying without it and only bringing it back when people ask
yeah good to be back its been too long. Interesting, I will have a look for rosetta2 in your gen-ci.clj and try and wrap my head around it. If not I'll just ship it without amd64
how it works: just install rosetta2 on the machine and download and use the intel graalvm version
oh ok! easy!