tutor-android/.gitlab-ci.yml
Muhammad Ali 93c9168ff5
ci: support arm64 image building
By removing the IMAGES_BUILD_PLATFORM key from the CI file, the CI script will pick up the default value, which is a cross-platform (linux/amd64,linux/arm64) build.
2024-01-30 09:44:56 +01:00

11 lines
248 B
YAML

variables:
TUTOR_PLUGIN: android
TUTOR_IMAGES: android
TUTOR_PYPI_PACKAGE: tutor-android
OPENEDX_RELEASE: quince
GITHUB_REPO: overhangio/tutor-android
include:
- project: 'community/tutor-ci'
file: 'plugin-gitlab-ci.yml'