Skip to content

Commit 76d2823

Browse files
committed
docker: build multi-arch images for x86-64 and arm64
1 parent 538dcb6 commit 76d2823

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,17 @@ jobs:
3939
type=semver,pattern=v{{major}}.{{minor}}
4040
type=semver,pattern=v{{major}}
4141
42+
- name: Set up QEMU
43+
uses: docker/setup-qemu-action@v3
44+
45+
- name: Set up Docker Buildx
46+
uses: docker/setup-buildx-action@v3
47+
4248
- name: Build and push Docker image
43-
uses: simplex-chat/docker-build-push-action@v6
49+
uses: simplex-chat/build-push-action@v6
4450
with:
51+
context: .
52+
platforms: linux/amd64,linux/arm64
4553
push: true
4654
build-args: |
4755
APP=${{ matrix.app }}

0 commit comments

Comments
 (0)