arm64 plugin for Tutor
This plugin is deprecated:
🌴 As of the Palm release of Open edX (June 14, 2023), and Tutor v16, ARM support and images are provided by Tutor!
You can use Tutor 16+ out of the box on ARM systems without this plugin.
This is a simple plugin that makes it as easy as possible to get started using Tutor v15 on ARM64 systems.
Supported Tutor versions: 15.3.3, 15.3.4, 15.3.5 and -nightly variants of each.
pip install git+https://github.com/open-craft/tutor-contrib-arm64
tutor plugins enable arm64 tutor local quickstart
Note: this plugin uses unofficial Tutor images instead of the latest, official docker images from Tutor. These images should be identical to the official ones other than being built for ARM64; however, they are not updated as frequently.
Users of this plugin should not need to do this; this is more a "note to self" for this plugin's maintainer.
To build and publish new images:
git checkout nightly git pull tutor images build openedx --no-cache tutor images build permissions --no-cache tutor images push openedx tutor images push permissions
Then git checkout master
and run the same commands again.
This software is licensed under the terms of the AGPLv3.