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 0f039a2afc
commit 19140cc7d7

View File

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