From 367071b4a3433550cc8719a95f6a63d58f55613b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz?= Date: Sun, 28 Jan 2024 20:43:33 +0100 Subject: [PATCH] Update CI_LINUX.yml (#52) * Update CI_LINUX.yml * More architectures --- .github/workflows/CI_LINUX.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI_LINUX.yml b/.github/workflows/CI_LINUX.yml index 47383b0..1487019 100644 --- a/.github/workflows/CI_LINUX.yml +++ b/.github/workflows/CI_LINUX.yml @@ -51,8 +51,13 @@ jobs: with: context: . platforms: | + linux/i386 linux/amd64 - linux/arm64 + linux/arm/v5 + linux/arm/v7 + linux/arm64/v8 + linux/ppc64le + linux/s390x file: ${{ env.DOCKERFILE }} push: true tags: | @@ -65,8 +70,13 @@ jobs: with: context: . platforms: | + linux/i386 linux/amd64 - linux/arm64 + linux/arm/v5 + linux/arm/v7 + linux/arm64/v8 + linux/ppc64le + linux/s390x file: ${{ env.DOCKERFILE }} push: true tags: |