We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e9036 commit a5ccd8eCopy full SHA for a5ccd8e
1 file changed
.github/workflows/ci.yml
@@ -30,6 +30,12 @@ jobs:
30
steps:
31
- uses: actions/checkout@v4
32
33
+ - name: Set up QEMU
34
+ uses: docker/setup-qemu-action@v3
35
+
36
+ - name: Set up Buildx
37
+ uses: docker/setup-buildx-action@v3
38
39
- name: Log in to GHCR
40
uses: docker/login-action@v3
41
with:
@@ -42,6 +48,7 @@ jobs:
42
48
43
49
context: .
44
50
push: true
51
+ platforms: linux/amd64,linux/arm64
45
52
tags: |
46
53
ghcr.io/${{ github.repository }}:latest
47
54
ghcr.io/${{ github.repository }}:${{ github.sha }}
0 commit comments