Skip to content

Commit

Permalink
ci: support arm64 image building
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
muhammadali286 authored Jan 30, 2024
1 parent 3e69759 commit 93c9168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ variables:
TUTOR_PYPI_PACKAGE: tutor-android
OPENEDX_RELEASE: quince
GITHUB_REPO: overhangio/tutor-android
IMAGES_BUILD_PLATFORM: "linux/amd64"

include:
- project: 'community/tutor-ci'
Expand Down

0 comments on commit 93c9168

Please sign in to comment.