Skip to content

Commit

Permalink
chore(workflows): update platforms in build-and-publish workflow
Browse files Browse the repository at this point in the history
Add linux/armel platform to the list of supported platforms in the build-and-publish workflow for broader compatibility.
  • Loading branch information
obeone committed Mar 18, 2024
1 parent 2a1ca07 commit 6d5f907
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 @@ -45,7 +45,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
platforms: linux/amd64,linux/arm64,linux/i386,linux/armhf,linux/armel

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

0 comments on commit 6d5f907

Please sign in to comment.