From eb14e4ed542926f970033f9179c0c265ade6fcbe Mon Sep 17 00:00:00 2001 From: Alexander Harding <2166114+aeharding@users.noreply.github.com> Date: Sat, 2 Nov 2024 13:49:32 -0500 Subject: [PATCH] Set platform architecture for docker pull --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fbb5cc..2154b37 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test-coverage": "vitest --coverage", "start": "vite", "docs": "jsdoc --configure .jsdoc.json", - "pull": "docker pull ghcr.io/financier-io/financier", + "pull": "docker pull --platform=linux/amd64 ghcr.io/financier-io/financier", "push": "docker push ghcr.io/financier-io/financier:production", "tag:prod": "docker tag ghcr.io/financier-io/financier:latest ghcr.io/financier-io/financier:production", "prod": "pnpm pull && pnpm tag:prod && pnpm push"