This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-21
Channels
- # announcements (10)
- # aws (10)
- # babashka (23)
- # beginners (111)
- # biff (8)
- # calva (25)
- # clj-kondo (9)
- # cljsrn (4)
- # clojure (72)
- # clojure-belgium (6)
- # clojure-europe (50)
- # clojure-germany (2)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-uk (1)
- # datahike (3)
- # emacs (10)
- # graalvm (19)
- # graphql (3)
- # juxt (7)
- # kaocha (9)
- # malli (23)
- # nbb (20)
- # pathom (17)
- # pedestal (6)
- # polylith (11)
- # portal (8)
- # remote-jobs (3)
- # shadow-cljs (18)
- # sql (3)
- # tools-deps (20)
Do you have to do anything special to build M1 native-image
in github workflows?
I’ve browsed some of your excellent workflow files on github but I don’t understand how it works yet.
Here for example the amd64 image is built: https://github.com/clojure-lsp/clojure-lsp/blob/e1adabd1a12d1b9893cf5e88ac2b03e87875e9f9/.github/workflows/nightly.yml#L218 But I don’t see similar ones for arm64..
for clojure-lsp, we build https://github.com/clojure-lsp/clojure-lsp/blob/master/.cirrus.yml
There is a github issue with lots of people asking for that, but it's opened for a long time and github doesn't seem to prioritize
If only it was finally the year of the linux desktop then we could have a simple life!
yep, asus started to build arm64 notebooks, I'm looking forward to replace mine soon
I use CircleCi for aarch64 Linux and cirrus for macOS arm64 but you could use Cirrus for both
Yeah they both seem to be using graviton2 from aws in the background which is pretty cool
Github probably has to wait for azure to duct tape together some off the shelf laptops to create their runners