Skip to content

Commit 24cb492

Browse files
committed
Build amd64 and arm64 images
1 parent a6c88b7 commit 24cb492

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/debian.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v4
2222

23+
- name: Set up QEMU
24+
uses: docker/setup-qemu-action@v1
25+
26+
- name: Set up Docker Buildx
27+
uses: docker/setup-buildx-action@v1
28+
2329
- name: Login to Docker Hub
2430
uses: docker/login-action@v3
2531
if: ${{ env.PUSH_IMAGE }}
@@ -32,5 +38,6 @@ jobs:
3238
with:
3339
file: '3.5/bookworm/Dockerfile'
3440
context: '.'
41+
platforms: linux/amd64,linux/arm64/v8
3542
push: ${{ env.PUSH_IMAGE }}
36-
tags: '3.5-debian'
43+
tags: 'pandoc/core:3.5-debian'

0 commit comments

Comments
 (0)