Skip to content

Commit

Permalink
segmentation fault with arm, lets for now leave it away?
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Feb 21, 2025
1 parent 8fdee06 commit b2f2514
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
#platforms: linux/amd64,linux/arm64 #segmentation fault?
build-args: |
CI_COMMIT_REF_NAME=${{ github.ref_name }}
CI_COMMIT_SHA=${{ github.sha }}
Expand Down

0 comments on commit b2f2514

Please sign in to comment.