Skip to content

Commit

Permalink
Don't build docker image for arm64
Browse files Browse the repository at this point in the history
it just takes to long
  • Loading branch information
SuperSandro2000 committed Sep 11, 2024
1 parent 20dcd32 commit a075d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-registry-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
with:
context: .
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit a075d4e

Please sign in to comment.