Skip to content

Commit

Permalink
Set platform architecture for docker pull
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Nov 2, 2024
1 parent 61c2bb7 commit eb14e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eb14e4e

Please sign in to comment.