From b1a3124fccf39b253b8dffbe91180846be3489cb Mon Sep 17 00:00:00 2001 From: Mohamed Elashri Date: Thu, 4 Apr 2024 22:58:00 +0200 Subject: [PATCH] Add requirements for multi-platform docker build to the CI --- .github/workflows/docker-image.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index f1dc1b40f..0c076bddf 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -40,6 +40,12 @@ jobs: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} + + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v2 # This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) # to extract tags and labels that will be applied to the specified image.