We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4111861 commit e916ed2Copy full SHA for e916ed2
.github/workflows/ci.yaml
@@ -26,6 +26,12 @@ jobs:
26
- name: Check out the repo
27
uses: actions/checkout@v2
28
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
35
- name: Log in to the Container registry
36
uses: docker/login-action@v1
37
with:
@@ -38,4 +44,5 @@ jobs:
38
44
39
45
context: .
40
46
push: true
47
+ platforms: linux/amd64,linux/arm64
41
48
tags: ghcr.io/${{ github.repository }}/smkiwi:latest
0 commit comments