babashka-sci-dev

lispyclouds 2021-12-09T07:48:02.080300Z

looking forward to it!

cap10morgan 2021-12-09T18:05:08.080500Z

PR is up: https://github.com/babashka/babashka/pull/1099

cap10morgan 2021-12-09T18:06:54.082400Z

Ironically I did not end up using the work in my previous PR to build multi-arch in Docker itself 😆 since CircleCI is building binaries in VMs and then pulling those into Docker images. That's fine though b/c building multi-arch images in CI is slllllllllllllooooooooooooowwwwwwwww

borkdude 2021-12-09T18:46:33.083100Z

@cap10morgan awesome! I'll let @rahul080327 review this PR and merge it. Why did you remove the short-circuit check in the aarch64 image? Because you want to push snapshot images?

cap10morgan 2021-12-09T18:48:51.083700Z

to make it match the behavior of the amd64 workflow

borkdude 2021-12-09T18:52:08.084200Z

yeah, it's fine, we can optimize this another time again.