Skip to content

Commit da6f733

Browse files
committed
fix: multi platform builds
1 parent 6c42e8c commit da6f733

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/publish-ghcr.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
- name: Check out the repo
3333
uses: actions/checkout@v4
3434

35+
- name: Set up QEMU
36+
uses: docker/setup-qemu-action@v3
37+
38+
- name: Set up Docker Buildx
39+
uses: docker/setup-buildx-action@v3
40+
3541
- name: Log in to the Container registry
3642
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
3743
with:
@@ -50,7 +56,7 @@ jobs:
5056
5157
- name: Build and push Docker image
5258
id: push
53-
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
59+
uses: docker/build-push-action@v6
5460
with:
5561
file: ${{ matrix.dockerfile }}
5662
context: .

0 commit comments

Comments
 (0)