vaticle / typedb-console

TypeDB Console: CLI for TypeDB and TypeDB Cluster
https://typedb.com
Mozilla Public License 2.0
7 stars 16 forks source link

Deploy one artifact per platform #213

Closed flyingsilverfin closed 9 months ago

flyingsilverfin commented 9 months ago

What is the goal of this PR?

We split the typedb-console distribution into 5: one per operating system+architecture. We now publish:

1) linux-x86_64 2) linux-arm64 3) mac-x86_64 4) mac-arm64 5) windows-x86_64

We orchestrate all releases through CircleCI, for both artifacts and apt. Build targets in this repository are now platform-native, and deployment rules for specific platforms are protected by Bazel's platform target compatibility flags.

What are the changes implemented in this PR?

vaticle-bot commented 9 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture