Skip to content

Commit

Permalink
chore(workflows): update supported platforms in build-and-publish.yam…
Browse files Browse the repository at this point in the history
…l because python-lxml isn't building on armel...
  • Loading branch information
obeone committed Mar 7, 2024
1 parent b6e5b27 commit a3006bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
tags: |
ghcr.io/obeone/crawler-to-md:latest
docker.io/obeoneorg/crawler-to-md:latest
platforms: linux/amd64,linux/arm64,linux/i386,linux/armhf,linux/armel
platforms: linux/amd64,linux/arm64,linux/i386,linux/armhf

- name: Set up cosign
uses: sigstore/cosign-installer@main
Expand Down

0 comments on commit a3006bf

Please sign in to comment.