Skip to content

Commit

Permalink
Remove arm64 docker builds from pipeline because they are failing
Browse files Browse the repository at this point in the history
Can't reproduce the failure locally so I have no idea what's causing it.
  • Loading branch information
agates committed Jun 18, 2022
1 parent 3143846 commit 95df1a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
Loading

0 comments on commit 95df1a8

Please sign in to comment.