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.
This commit is contained in:
parent
3e697590c3
commit
93c9168ff5
@ -4,7 +4,6 @@ variables:
|
|||||||
TUTOR_PYPI_PACKAGE: tutor-android
|
TUTOR_PYPI_PACKAGE: tutor-android
|
||||||
OPENEDX_RELEASE: quince
|
OPENEDX_RELEASE: quince
|
||||||
GITHUB_REPO: overhangio/tutor-android
|
GITHUB_REPO: overhangio/tutor-android
|
||||||
IMAGES_BUILD_PLATFORM: "linux/amd64"
|
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- project: 'community/tutor-ci'
|
- project: 'community/tutor-ci'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user