Skip to content

Commit 6239c05

Browse files
committed
feat: add ARM-architecture support for Docker image
1 parent 31a0c22 commit 6239c05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-and-deploy-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
uses: docker/build-push-action@v6
112112
with:
113113
context: .
114+
platforms: linux/amd64,linux/arm64/v8
114115
load: true
115116
file: ${{ env.PATH_DOCKERFILE }}
116117
tags: ${{ env.DOCKER_IMAGE_TEST }}

0 commit comments

Comments
 (0)