From a3006bfd4e1817453f98a938c1fb7208d1696e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gre=CC=81goire=20Compagnon?= Date: Thu, 7 Mar 2024 12:57:06 +0100 Subject: [PATCH] chore(workflows): update supported platforms in build-and-publish.yaml because python-lxml isn't building on armel... --- .github/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index c5fae17..7c5fc3a 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -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