Skip to content

Commit

Permalink
Build docker image only for linux/amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed Feb 14, 2023
1 parent 71c09c0 commit 3e6b068
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
pull: true
push: true
no-cache: true
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Expand Down

0 comments on commit 3e6b068

Please sign in to comment.