memgraph-platform icon indicating copy to clipboard operation
memgraph-platform copied to clipboard

Add daily builds

Open MarkoBarisic opened this issue 2 years ago • 0 comments

User story:

  1. Having ready packages -> daily build -> platform with everything (one for x86 and one for ARM) -> @MarkoBarisic figure out
  2. Manual workflows to get all the packages with specific versions

TODOs:

  • [ ] Make daily build of all most recent changes (latest commits from all repos) for ARM and x86
    • [x] DEB x86
    • [ ] DEB ARM
    • [x] mage x86
    • [ ] mage ARM
    • [x] platform x86
    • [ ] platform ARM
  • [ ] Add the ability to handpick specific versions (e.g. stable lab, stable memgraph and latest mage)

Notes:

  • Merge/reuse what has been done under #39
  • memgraph/memgraph-builder image has to be updated
    • https://github.com/memgraph/memgraph/pull/1533 will handle it
    • [x] Debian 11 image
    • [x] Debian 11 arm image
    • [ ] Make the work for all supported operating system but don't built for the rest of the operating systems yet

MarkoBarisic avatar Nov 17 '23 13:11 MarkoBarisic