Skip to content

Commit

Permalink
AMD64 image for OpenShift (#353)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mattsson <[email protected]>
  • Loading branch information
datamattsson authored Nov 29, 2023
1 parent 12cdaf0 commit e1160bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions operators/hpe-csi-operator/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ docker-buildx build --platform=linux/amd64,linux/arm64 --progress=plain \
--build-arg=https_proxy=${https_proxy} \
--build-arg=http_proxy=${http_proxy} \
--provenance=false ${1} -t ${REPO_NAME}/${HPE_CSI_OPERATOR_IMAGE}:${HPE_CSI_OPERATOR_TAG} ${IMG_DIR}

# build local amd64 for Red Hat
docker build -t ${REPO_NAME}/${HPE_CSI_OPERATOR_IMAGE}:${HPE_CSI_OPERATOR_TAG} ${IMG_DIR}

0 comments on commit e1160bb

Please sign in to comment.