Skip to content

Commit

Permalink
.github/workflows: Build the Ubuntu images for ppc64le
Browse files Browse the repository at this point in the history
#1353

Signed-off-by: Trung Lê <[email protected]>
  • Loading branch information
runlevel5 authored and debarshiray committed Sep 28, 2023
1 parent b5aeaa2 commit 540b13c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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

0 comments on commit 540b13c

Please sign in to comment.