Skip to content

Commit a13f26a

Browse files
committed
Build arm64 only
1 parent 13a1621 commit a13f26a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debian.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
name: Build
10+
name: Debian
1111
runs-on: ubuntu-latest
1212

1313
env:
@@ -38,6 +38,6 @@ jobs:
3838
with:
3939
file: '3.5/bookworm/Dockerfile'
4040
context: '.'
41-
platforms: linux/amd64,linux/arm64/v8
41+
platforms: linux/arm64/v8
4242
push: ${{ env.PUSH_IMAGE }}
4343
tags: 'pandoc/core:3.5-debian'

0 commit comments

Comments
 (0)