Skip to content

Commit

Permalink
Chore: disable arm64 docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ns212 committed Sep 1, 2022
1 parent 3204490 commit e4d04bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64 #,linux/arm64

0 comments on commit e4d04bf

Please sign in to comment.