From 2b47ed6961bf374d53a75f457edecd94594d3bac Mon Sep 17 00:00:00 2001 From: Barak Amar Date: Mon, 15 Jan 2024 09:13:30 +0200 Subject: [PATCH] limit platforms to linux amd64 and arm64 --- .github/workflows/docker-publish-exp-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish-exp-image.yaml b/.github/workflows/docker-publish-exp-image.yaml index 1cceadfcb4e..cafc4edbade 100644 --- a/.github/workflows/docker-publish-exp-image.yaml +++ b/.github/workflows/docker-publish-exp-image.yaml @@ -75,7 +75,7 @@ jobs: context: . target: ${{ inputs.target }} push: true - platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64 + platforms: linux/amd64,linux/arm64 build-args: VERSION=${{ steps.version.outputs.tag }} tags: | treeverse/experimental-lakefs:${{ steps.version.outputs.tag }}