chore: revert change that skip arm64 image build

- As didkit issue is resolved in latest version which is being used in
upstream credential repo. So, reverting this change.
for context, see this comment: https://github.com/overhangio/tutor-credentials/issues/34#issuecomment-2291001545
This commit is contained in:
Muhammad Faraz Maqsood 2024-10-10 18:19:46 +05:00 committed by Muhammad Faraz Maqsood
parent 67c6e696ee
commit 1ac031e6d7

View File

@ -3,8 +3,7 @@ variables:
TUTOR_IMAGES: credentials TUTOR_IMAGES: credentials
TUTOR_PYPI_PACKAGE: tutor-credentials TUTOR_PYPI_PACKAGE: tutor-credentials
GITHUB_REPO: overhangio/tutor-credentials GITHUB_REPO: overhangio/tutor-credentials
TUTOR_EXTRA_ENABLED_PLUGINS: discovery mfe TUTOR_EXTRA_ENABLED_PLUGINS: discovery mfe
IMAGES_BUILD_PLATFORM: "linux/amd64"
include: include:
- project: 'community/tutor-ci' - project: 'community/tutor-ci'