From 2fc47355e77abc654ec2d8494e244b80caacc803 Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Mon, 26 Feb 2024 09:56:21 +0300 Subject: [PATCH] remove linux/arm from docker releases --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04b97316..5714c47f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -164,7 +164,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - platforms: linux/amd64,linux/arm, linux/arm64 + platforms: linux/amd64, linux/arm64 #,linux/arm push: true tags: ghcr.io/${{github.repository}}:${{format('v{0}', inputs.tag)}}, ${{env.LATEST_TAG}} labels: org.opencontainers.image.title=Docker