atomisthq / jibbit

Dockerless Clojure Image builds using deps.edn
Eclipse Public License 1.0
111 stars 9 forks source link

Add doc on creating arm64 image #2

Closed willmruzek closed 2 years ago

willmruzek commented 2 years ago

I've been working on an M1 Mac and found that Jib was creating amd64 images.

We just need to use an arm64 base image to build an arm64 target image.

Thought I would suggest some docs for that use case.

slimslenderslacks commented 2 years ago

@mruzekw - thanks for this!