File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 113113 GOOS=' ' GOARCH=' ' go generate ./data
114114fi
115115
116- if (echo " ${TAGS} " | grep -q ' libvirt ' )
116+ if (echo " ${TAGS} " | grep -q ' \bfipscapable\b ' )
117117then
118118 export CGO_ENABLED=1
119119fi
Original file line number Diff line number Diff line change 22# It builds an image containing openshift-install.
33
44FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16 AS builder
5- ARG TAGS="libvirt baremetal"
5+ ARG TAGS="baremetal fipscapable "
66WORKDIR /go/src/github.com/openshift/installer
77COPY . .
88RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
Original file line number Diff line number Diff line change 33# oc for getting assets from an existing cluster to spin up multi-architecture compute clusters on libvirt.
44
55FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16 AS builder
6- ARG TAGS="libvirt"
6+ ARG TAGS="libvirt fipscapable "
77WORKDIR /go/src/github.com/openshift/installer
88COPY . .
99RUN DEFAULT_ARCH="$(go env GOHOSTARCH)" hack/build.sh
Original file line number Diff line number Diff line change 1- //go:build libvirt
2- // +build libvirt
1+ //go:build fipscapable
2+ // +build fipscapable
33
44package hostcrypt
55
Original file line number Diff line number Diff line change 1- //go:build !libvirt
2- // +build !libvirt
1+ //go:build !fipscapable
2+ // +build !fipscapable
33
44package hostcrypt
55
You can’t perform that action at this time.
0 commit comments