Skip to content

Commit 5f7a920

Browse files
authored
Add ppc64le and s390x support (#269)
1 parent cb8d1a3 commit 5f7a920

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/recreate-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
build-args: |
4747
TOKEN=${{ secrets.PULL_TOKEN }}
4848
file: ./Dockerfile
49-
platforms: linux/amd64,linux/arm64
49+
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
5050
no-cache: true
5151
push: true
5252
tags: |
@@ -97,7 +97,7 @@ jobs:
9797
build-args: |
9898
TOKEN=${{ secrets.PULL_TOKEN }}
9999
file: ./Dockerfile
100-
platforms: linux/amd64,linux/arm64
100+
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
101101
no-cache: true
102102
push: true
103103
tags: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/ubi:9.5@sha256:53d6c19d664f4f418ce5c823d3a33dbb562a2550ea249cf07ef10aa063ace38f AS builder
1+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/ubi:9.5@sha256:53d6c19d664f4f418ce5c823d3a33dbb562a2550ea249cf07ef10aa063ace38f AS builder
22
ARG OCT_REPO=github.com/test-network-function/oct.git
33
ARG TOKEN
44
ENV OCT_FOLDER=/usr/oct

0 commit comments

Comments
 (0)