From 0b6a96cf92c38aab91f942eb708f57e07359bdc5 Mon Sep 17 00:00:00 2001 From: "De Sousa Ramalho, Filipe" Date: Fri, 19 Jan 2024 12:35:44 +0100 Subject: [PATCH] Readd amd64 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 056ca9e..6ab55f9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,6 +40,6 @@ jobs: with: context: . push: true - platforms: linux/arm64 + platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file