Skip to content

Commit 934efa4

Browse files
committed
chore(ci): remove linux/i386 from build platforms in workflow (incompatible with markitdown)
1 parent 8207a4d commit 934efa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
tags: |
5353
ghcr.io/obeone/crawler-to-md:latest
5454
docker.io/obeoneorg/crawler-to-md:latest
55-
platforms: linux/amd64,linux/arm64,linux/i386
55+
platforms: linux/amd64,linux/arm64
5656

5757
- name: Set up cosign
5858
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)