From bc8c3bd1ad67bb0433f538919e645cfd9c99deb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berke=20Say=C4=B1n?= Date: Fri, 10 May 2024 00:39:04 +0300 Subject: [PATCH] Update the CI/CD config to build and push multi-platform image (#20009) --- content/language/nodejs/configure-ci-cd.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/language/nodejs/configure-ci-cd.md b/content/language/nodejs/configure-ci-cd.md index 6133f1dc55..04a4d34322 100644 --- a/content/language/nodejs/configure-ci-cd.md +++ b/content/language/nodejs/configure-ci-cd.md @@ -101,6 +101,7 @@ to Docker Hub. uses: docker/build-push-action@v5 with: context: . + platforms: linux/amd64,linux/arm64/v8 push: true target: prod tags: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:latest