.github/workflows: Build the Ubuntu images for ppc64le

https://github.com/containers/toolbox/pull/1353

Signed-off-by: Trung Lê <8@tle.id.au>
This commit is contained in:
Trung Lê 2023-08-19 08:22:31 +10:00 committed by Debarshi Ray
parent b5aeaa243b
commit 540b13cd0b

View file

@ -45,7 +45,7 @@ jobs:
with: with:
context: images/ubuntu/${{ matrix.release }} context: images/ubuntu/${{ matrix.release }}
file: images/ubuntu/${{ matrix.release }}/Containerfile file: images/ubuntu/${{ matrix.release }}/Containerfile
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64,linux/ppc64le
push: true push: true
no-cache: true no-cache: true
tags: quay.io/toolbx/ubuntu-toolbox:${{ matrix.release }} tags: quay.io/toolbx/ubuntu-toolbox:${{ matrix.release }}
@ -56,6 +56,6 @@ jobs:
with: with:
context: images/ubuntu/${{ matrix.release }} context: images/ubuntu/${{ matrix.release }}
file: images/ubuntu/${{ matrix.release }}/Containerfile file: images/ubuntu/${{ matrix.release }}/Containerfile
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64,linux/ppc64le
push: true push: true
tags: quay.io/toolbx/ubuntu-toolbox:latest tags: quay.io/toolbx/ubuntu-toolbox:latest