Skip to content

Commit

Permalink
Add ppc64le and s390x for UBI based images (#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Aug 12, 2021
1 parent 8d737dd commit 557754f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ jobs:
platforms: linux/arm,linux/arm64,linux/amd64,linux/ppc64le,linux/s390x
- tag: edge-ubi
type: ubi
platforms: linux/arm64,linux/amd64
platforms: linux/arm64,linux/amd64,linux/ppc64le,linux/s390x
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
platforms: linux/arm,linux/arm64,linux/amd64,linux/ppc64le,linux/s390x
- tag: ${{ needs.binary.outputs.version }}-ubi
type: ubi
platforms: linux/arm64,linux/amd64
platforms: linux/arm64,linux/amd64,linux/ppc64le,linux/s390x
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
needs-updating: ${{ needs.check.outputs.needs-updating-alpine }}
- tag: ${{ needs.variables.outputs.kic-tag }}-ubi
type: ubi
platforms: linux/arm64,linux/amd64
platforms: linux/arm64,linux/amd64,linux/ppc64le,linux/s390x
needs-updating: ${{ needs.check.outputs.needs-updating-ubi }}
steps:
- name: Checkout Repository
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
},
{
title: "Commit Message",
value: "${{ steps.slack.outputs.message }}"",
value: "${{ steps.slack.outputs.message }}",
short: true
},
{
Expand Down

0 comments on commit 557754f

Please sign in to comment.