From 95e8607c5cd46bef95107d0e87043facc741275c Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Mon, 23 Dec 2024 14:09:53 +0100 Subject: [PATCH] Reverted back to linux/amd64 for platforms --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2243b3f..8905961 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -172,7 +172,8 @@ jobs: with: context: ${{ matrix.app }} file: ${{ matrix.app }}/docker/Dockerfile - platforms: "${{ matrix.architecture }}" + platforms: linux/amd64 +# platforms: "${{ matrix.architecture }}" push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}