From e8e44f54b09426c8a04e466bc037851a0833d124 Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Tue, 5 Mar 2024 19:23:59 +0000 Subject: [PATCH] chore: removing arm64 support until we can get a reasonable build pipeline sorted --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e38fb83..1f16fce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,4 +115,4 @@ jobs: target: full build-args: | VERSION=${{ needs.release-please.outputs.version }} - platforms: linux/amd64,linux/arm64/v8 + platforms: linux/amd64