From c8d2c9fca08f6e8d5aac32a5019f898f121658a6 Mon Sep 17 00:00:00 2001 From: Deko <60011425+Gadsee@users.noreply.github.com> Date: Sun, 11 Jun 2023 07:42:50 +0000 Subject: [PATCH] Temporarily build only arm64 image --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 604e120..8e7c634 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -64,6 +64,6 @@ jobs: with: context: . push: true - platforms: linux/arm64,linux/amd64 + platforms: linux/arm64/v8 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}