From 93c9168ff545cbd4d24cf53a7265dce920a32595 Mon Sep 17 00:00:00 2001 From: Muhammad Ali Date: Tue, 30 Jan 2024 00:44:56 -0800 Subject: [PATCH] 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. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56a6a7a..789e82a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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'