Skip to content

Commit e916ed2

Browse files
add arm builds
1 parent 4111861 commit e916ed2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
- name: Check out the repo
2727
uses: actions/checkout@v2
2828

29+
- name: Set up QEMU
30+
uses: docker/setup-qemu-action@v2
31+
32+
- name: Set up Docker Buildx
33+
uses: docker/setup-buildx-action@v2
34+
2935
- name: Log in to the Container registry
3036
uses: docker/login-action@v1
3137
with:
@@ -38,4 +44,5 @@ jobs:
3844
with:
3945
context: .
4046
push: true
47+
platforms: linux/amd64,linux/arm64
4148
tags: ghcr.io/${{ github.repository }}/smkiwi:latest

0 commit comments

Comments
 (0)