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 eed3645 commit 5779b78Copy full SHA for 5779b78
.github/workflows/docker.yml
@@ -39,6 +39,9 @@ jobs:
39
username: ${{ github.actor }}
40
password: ${{ secrets.GITHUB_TOKEN }}
41
42
+ - name: Set up QEMU for ARM builds
43
+ uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
44
+
45
- name: Set up Docker Buildx
46
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
47
@@ -47,6 +50,6 @@ jobs:
50
with:
48
51
context: .
49
52
push: true
- platforms: linux/amd64
53
+ platforms: linux/amd64,linux/arm64
54
tags: |
55
ghcr.io/${{ github.repository }}:${{ github.event.inputs.release_tag }}
0 commit comments