Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add daily build #79

Open
wants to merge 68 commits into
base: main
Choose a base branch
from
Open

Add daily build #79

wants to merge 68 commits into from

Conversation

MarkoBarisic
Copy link
Contributor

@MarkoBarisic MarkoBarisic commented Nov 21, 2023

  • Add option to tag the docker images in a specific way
  • Check x86
  • Check ARM
  • Add support for building mage without ML
  • Add options to build only memgraph and mage or memgraph and platform without mage

@MarkoBarisic MarkoBarisic self-assigned this Nov 22, 2023
@MarkoBarisic MarkoBarisic added the Docs unnecessary Docs unnecessary label Nov 22, 2023
@MarkoBarisic MarkoBarisic linked an issue Nov 22, 2023 that may be closed by this pull request
11 tasks
echo -e "Creating $mgplat_tar"
docker save $MGPLAT_IMAGE | gzip -f > "$DIR/dist/docker/$mgplat_tar"

if [[ "$CLEANUP" == "true" ]]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would extract this outside

@MarkoBarisic MarkoBarisic marked this pull request as ready for review December 1, 2023 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs unnecessary Docs unnecessary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add daily builds Memgraph builder from scripts fails v2.11.0
2 participants