From 993c1de4daebc11b158b885842139ce2a5faa27e Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 28 Sep 2022 01:31:43 +0200 Subject: [PATCH] Add target platform for build --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 00ed0ea..e3ae41d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -22,6 +22,7 @@ jobs: tags: crocmagnon/blog:latest cache-from: type=registry,ref=crocmagnon/blog:latest cache-to: type=inline + platforms: linux/amd64 build-args: | POETRY_OPTIONS=--no-dev deploy: