There was an error while loading. Please reload this page.
1 parent e172597 commit b276fdcCopy full SHA for b276fdc
1 file changed
.github/workflows/docker.yml
@@ -21,6 +21,9 @@ jobs:
21
- name: Checkout repository
22
uses: actions/checkout@v6
23
24
+ - name: Set up QEMU
25
+ uses: docker/setup-qemu-action@v3
26
+
27
- name: Set up Docker Buildx
28
uses: docker/setup-buildx-action@v4
29
@@ -46,8 +49,9 @@ jobs:
46
49
uses: docker/build-push-action@v7
47
50
with:
48
51
context: .
52
+ platforms: linux/amd64,linux/arm64
53
push: ${{ github.event_name != 'pull_request' }}
54
tags: ${{ steps.meta.outputs.tags }}
55
labels: ${{ steps.meta.outputs.labels }}
56
cache-from: type=gha
- cache-to: type=gha,mode=max
57
+ cache-to: type=gha,mode=max
0 commit comments