Skip to content

Commit

Permalink
Add rhcos4 to k8scontent #12123
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Jul 3, 2024
1 parent 4536240 commit 9309efb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfiles/ocp4_content
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ RUN if [ "$(uname -m)" == "x86_64" ]; then \
# including any RHCOS profiles on those architectures right now anyway.
RUN if [ "$(uname -m)" = "x86_64" ]; then \
./build_product ocp4 rhcos4 eks --datastream-only; \
elif [ "$(uname -m)" = "ppc64le" ]; then \
./build_product ocp4 rhcos4 --datastream-only; \
else ./build_product ocp4 --datastream-only; \
fi

Expand Down

0 comments on commit 9309efb

Please sign in to comment.