From 7699acea6f934d12725f5e30dcb6ebfd14c5dcc9 Mon Sep 17 00:00:00 2001 From: Tine Date: Sat, 17 Feb 2024 09:04:14 +0100 Subject: [PATCH] ci(build): do not build arm for now, its too slow --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a315382..d8d77f8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,6 +51,6 @@ jobs: file: build/Dockerfile context: . push: ${{ github.event_name != 'pull_request' }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}