Skip to content

Commit 541e0ec

Browse files
committed
Add arm64 build of container
1 parent 1d5e6ef commit 541e0ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
uses: docker/build-push-action@v6
4747
with:
4848
context: .
49+
platforms: linux/amd64,linux/arm64
4950
push: ${{ github.event_name == 'push' }}
5051
tags: ${{ steps.meta.outputs.tags }}
5152
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)