From 4cf16045aa705dea7667e161cf1b34c0a3a3256c Mon Sep 17 00:00:00 2001 From: David Revay Date: Tue, 19 Sep 2023 14:17:44 +1000 Subject: [PATCH] ci: remove arm64 docker target --- .github/workflows/post-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index a82aafb59a..2f587a77ff 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -49,6 +49,6 @@ jobs: with: context: . push: true - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}