Skip to content

Commit

Permalink
remove linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Jul 9, 2024
1 parent 195c079 commit d94ac81
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 @@ -358,7 +358,7 @@ jobs:
with:
context: .
file: ./build/dockerfiles/coordinator-cron.Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.REPOSITORY }}:${{ env.IMAGE_TAG }}
Expand Down

0 comments on commit d94ac81

Please sign in to comment.