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()