From c78f7b98b3604f0a345b7a11995031221ba56532 Mon Sep 17 00:00:00 2001 From: Sushil Subedi Date: Thu, 16 May 2024 09:25:08 +0545 Subject: [PATCH] updated yml for amd device --- .github/workflows/build-production-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-production-image.yml b/.github/workflows/build-production-image.yml index 8717df4..d51cbbb 100644 --- a/.github/workflows/build-production-image.yml +++ b/.github/workflows/build-production-image.yml @@ -46,7 +46,7 @@ jobs: with: context: . file: ./Dockerfile.production - platforms: linux/arm64 + platforms: linux/amd64 push: true labels: ${{ steps.meta.outputs.labels }} tags: ghcr.io/spreehood/spree-backend:latest, ghcr.io/spreehood/spree-backend:${{github.ref_name}}