Skip to content

Commit

Permalink
limit platforms to linux amd64 and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder committed Jan 15, 2024
1 parent 778bce5 commit 2b47ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-exp-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 2b47ed6

Please sign in to comment.