* feat: upgrade python version to 3.11.9 * add changelog entry * remove label from dockerfile as the maintainer's and author's information already mentioned in the setup.py * ci: temporarily skip building on arm64 As the upstream credentials repo seems to be breaking on arm64 and they are skipping arm64 builds as well due to the didkit package dependency not available on arm64 yet --------- Co-authored-by: Muhammad Faraz Maqsood <faraz.maqsood@A006-01130.local> Co-authored-by: Muhammad Faraz Maqsood <faraz.maqsood@a006-01130.home> Co-authored-by: Danyal-Faheem <danyal.faheem@arbisoft.com>
12 lines
324 B
YAML
12 lines
324 B
YAML
variables:
|
|
TUTOR_PLUGIN: credentials
|
|
TUTOR_IMAGES: credentials
|
|
TUTOR_PYPI_PACKAGE: tutor-credentials
|
|
GITHUB_REPO: overhangio/tutor-credentials
|
|
TUTOR_EXTRA_ENABLED_PLUGINS: discovery mfe
|
|
IMAGES_BUILD_PLATFORM: "linux/amd64"
|
|
|
|
include:
|
|
- project: 'community/tutor-ci'
|
|
file: 'plugin-gitlab-ci.yml'
|