Skip to content

Commit cd712c3

Browse files
committed
add multiplatform support
1 parent da273ee commit cd712c3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docker.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717

18+
- name: Set up QEMU
19+
uses: docker/setup-qemu-action@v3
20+
21+
- name: Set up Docker Buildx
22+
uses: docker/setup-buildx-action@v3
23+
24+
1825
- name: Log in to Docker Hub
1926
uses: docker/login-action@v3
2027
with:
@@ -26,4 +33,5 @@ jobs:
2633
with:
2734
push: true
2835
tags: ghcr.io/${{ github.repository }}:latest,ghcr.io/${{ github.repository }}:${{ github.ref_name }}
36+
platforms: linux/amd64,linux/arm64
2937

0 commit comments

Comments
 (0)