Skip to content

Commit da7ec52

Browse files
committed
Push arm64 image as well
1 parent 50e09d4 commit da7ec52

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@v3
2525

26+
- name: Set up QEMU
27+
uses: docker/setup-qemu-action@v2
28+
29+
- name: Set up Docker Buildx
30+
uses: docker/setup-buildx-action@v2
31+
2632
- name: Log in to the Container registry
2733
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
2834
with:
@@ -42,3 +48,4 @@ jobs:
4248
push: true
4349
tags: ${{ steps.meta.outputs.tags }}
4450
labels: ${{ steps.meta.outputs.labels }}
51+
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)