Skip to content

Commit

Permalink
ci: remove arm64 target for Docker
Browse files Browse the repository at this point in the history
because of segfault
  • Loading branch information
melekes committed Jan 30, 2025
1 parent 1761d3b commit 8346851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
with:
context: ./tools
file: ./tools/Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}

0 comments on commit 8346851

Please sign in to comment.