Skip to content

Commit 3f8e4e0

Browse files
authored
fix (docker): arm docker image build
1 parent ee48e11 commit 3f8e4e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
id: build-and-push
6565
uses: docker/build-push-action@v6
6666
with:
67+
platforms: linux/amd64,linux/arm64
6768
context: .
6869
push: true
6970
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)