.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:
parent
b5aeaa243b
commit
540b13cd0b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ubuntu-images.yaml
vendored
4
.github/workflows/ubuntu-images.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue