Skip to content

Commit 3d3c2d1

Browse files
committed
CORS-3420: Remove libvirt platform from openshift-baremetal-install
1 parent b4351e8 commit 3d3c2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/baremetal/Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# It builds an image containing openshift-install.
33

44
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16 AS builder
5-
ARG TAGS="libvirt baremetal fipscapable"
5+
ARG TAGS="baremetal fipscapable"
66
WORKDIR /go/src/github.com/openshift/installer
77
COPY . .
88
RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh

0 commit comments

Comments
 (0)