From 25b680a103a92f422f6ae57daa539977b4b6a046 Mon Sep 17 00:00:00 2001
From: Paul Abel
Date: Thu, 15 Feb 2024 12:28:00 +0000
Subject: [PATCH] remove architectures not supported in official nginx images
---
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ed685091fe..ab7daf76e2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -419,10 +419,10 @@ jobs:
matrix:
image: [debian, alpine]
platforms:
- ["linux/arm, linux/arm64, linux/amd64, linux/ppc64le, linux/s390x"]
+ ["linux/arm64, linux/amd64, linux/ppc64le"]
include:
- image: ubi
- platforms: "linux/arm64, linux/amd64, linux/ppc64le, linux/s390x"
+ platforms: "linux/arm64, linux/amd64, linux/ppc64le"
uses: ./.github/workflows/build-oss.yml
with:
platforms: ${{ matrix.platforms }}