We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fe745 commit fe57b73Copy full SHA for fe57b73
.github/workflows/ci.yml
@@ -21,6 +21,8 @@ jobs:
21
22
steps:
23
- uses: actions/checkout@v4
24
+ - name: Set up QEMU
25
+ uses: docker/setup-qemu-action@v3
26
- name: Set up Docker Buildx
27
uses: docker/setup-buildx-action@v3
28
@@ -112,6 +114,7 @@ jobs:
112
114
cache-from: type=gha
113
115
cache-to: type=gha,mode=max
116
context: .
117
+ platforms: linux/amd64,linux/arm64
118
push: ${{ startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master' }}
119
tags: ${{ steps.meta.outputs.tags }}
120
labels: ${{ steps.meta.outputs.labels }}
0 commit comments