From d542e8e5caca3caea6286da88c364d0b986611d5 Mon Sep 17 00:00:00 2001 From: Muhammad Umar Khan Date: Mon, 14 Oct 2024 12:14:59 +0500 Subject: [PATCH] fix: add platform variable for credentials workflow --- .github/workflows/push-credentials-image.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push-credentials-image.yaml b/.github/workflows/push-credentials-image.yaml index 7b6198f..f565249 100644 --- a/.github/workflows/push-credentials-image.yaml +++ b/.github/workflows/push-credentials-image.yaml @@ -43,6 +43,7 @@ jobs: push: true target: dev tags: edxops/credentials-dev:${{ steps.get-tag-name.outputs.result }} + platforms: linux/amd64,linux/arm64 - name: Send failure notification if: failure()