Skip to content

Commit

Permalink
ci: added arm64 platform for docker published images (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodacus authored Jan 6, 2025
1 parent 78eb3a5 commit 6f524fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
context: .
file: ./Dockerfile
target: ${{ env.BUILD_TARGET }}
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 6f524fd

Please sign in to comment.