From aa0160cb33f9807e850504203724128b53c27d34 Mon Sep 17 00:00:00 2001 From: Muhammad Farhan Date: Tue, 22 Oct 2024 17:07:16 +0500 Subject: [PATCH] chore: testing requested changes --- .github/workflows/push-course-discovery-image.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push-course-discovery-image.yaml b/.github/workflows/push-course-discovery-image.yaml index 2cfd948..ff965af 100644 --- a/.github/workflows/push-course-discovery-image.yaml +++ b/.github/workflows/push-course-discovery-image.yaml @@ -17,7 +17,7 @@ on: jobs: build-and-push-image: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Get tag name @@ -48,6 +48,7 @@ jobs: push: true target: dev tags: edxops/discovery-dev:${{ steps.get-tag-name.outputs.result }} + platforms: linux/amd64,linux/arm64 - name: Send failure notification if: failure()