Canner / wren-engine

🤖 The semantic engine for LLMs, bringing semantic context to AI agents. 🔥
https://getwren.ai/oss
Apache License 2.0
129 stars 34 forks source link

ci(image): split ibis building to two jobs #884

Closed grieve54706 closed 1 week ago

grieve54706 commented 2 weeks ago

We found if the job only builds one platform, it takes 16 minutes. So we can split the two platforms building into two jobs and let them be parallel to reduce the building time.

And also upgrade the setup-java action version to avoid warnings. https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/