We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6e8dd commit 81852e6Copy full SHA for 81852e6
1 file changed
.github/workflows/ci.yml
@@ -77,6 +77,9 @@ jobs:
77
steps:
78
- uses: actions/checkout@v4
79
80
+ - name: Set up QEMU
81
+ uses: docker/setup-qemu-action@v3
82
+
83
- name: Set up Docker Buildx
84
uses: docker/setup-buildx-action@v3
85
@@ -98,6 +101,7 @@ jobs:
98
101
uses: docker/build-push-action@v5
99
102
with:
100
103
context: .
104
+ platforms: linux/amd64,linux/arm64
105
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
106
tags: |
107
ghcr.io/${{ github.repository }}:${{ steps.version.outputs.version }}
0 commit comments