From 540b13cd0becb701def97846448f010964a193d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trung=20L=C3=AA?= <8@tle.id.au> Date: Sat, 19 Aug 2023 08:22:31 +1000 Subject: [PATCH] .github/workflows: Build the Ubuntu images for ppc64le MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/containers/toolbox/pull/1353 Signed-off-by: Trung LĂȘ <8@tle.id.au> --- .github/workflows/ubuntu-images.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu-images.yaml b/.github/workflows/ubuntu-images.yaml index 11de703..c40d6eb 100644 --- a/.github/workflows/ubuntu-images.yaml +++ b/.github/workflows/ubuntu-images.yaml @@ -45,7 +45,7 @@ jobs: with: context: images/ubuntu/${{ matrix.release }} file: images/ubuntu/${{ matrix.release }}/Containerfile - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/ppc64le push: true no-cache: true tags: quay.io/toolbx/ubuntu-toolbox:${{ matrix.release }} @@ -56,6 +56,6 @@ jobs: with: context: images/ubuntu/${{ matrix.release }} file: images/ubuntu/${{ matrix.release }}/Containerfile - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/ppc64le push: true tags: quay.io/toolbx/ubuntu-toolbox:latest