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 3ca6a06 commit 2c90318Copy full SHA for 2c90318
.github/workflows/main.yml
@@ -41,6 +41,9 @@ jobs:
41
echo "Ref name: ${{ github.ref_name }}"
42
echo "Branch: ${{ github.ref_type == 'branch' && github.ref_name || 'not a branch' }}"
43
44
+ - name: Set up QEMU
45
+ uses: docker/setup-qemu-action@v3
46
+
47
- name: Set up Docker Buildx
48
uses: docker/setup-buildx-action@v3
49
@@ -100,6 +103,7 @@ jobs:
100
103
with:
101
104
context: .
102
105
push: true
106
+ platforms: linux/amd64,linux/arm64
107
tags: ${{ steps.docker_tags.outputs.tags }}
108
cache-from: type=gha
- cache-to: type=gha,mode=max
109
+ cache-to: type=gha,mode=max
0 commit comments