Skip to content

Commit a85613b

Browse files
Copilotfffaraz
andcommitted
Add multi-architecture Docker image support (amd64, arm64, arm/v7)
Co-authored-by: fffaraz <895678+fffaraz@users.noreply.github.com> Agent-Logs-Url: https://github.com/fffaraz/fakessh/sessions/ec11c290-bdbf-42a4-9af0-3768eba877a1
1 parent 8f9821a commit a85613b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121

22+
- name: Set up QEMU
23+
uses: docker/setup-qemu-action@v3
24+
2225
- name: Set up Docker Buildx
2326
uses: docker/setup-buildx-action@v3
2427

@@ -43,6 +46,7 @@ jobs:
4346
uses: docker/build-push-action@v6
4447
with:
4548
context: .
49+
platforms: linux/amd64,linux/arm64,linux/arm/v7
4650
push: ${{ github.event_name == 'push' }}
4751
tags: ${{ steps.meta.outputs.tags }}
4852
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)