Skip to content

Commit

Permalink
remove arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
roylez committed Jan 6, 2022
1 parent dcf40f9 commit fbc7e5a
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 @@ -25,4 +25,4 @@ jobs:
docker buildx build --push \
--tag $GITHUB_REPOSITORY:latest \
--tag $GITHUB_REPOSITORY:${{steps.date.outputs.date}} \
--platform linux/amd64,linux/arm64 .
--platform linux/amd64 .

0 comments on commit fbc7e5a

Please sign in to comment.