File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ CONTROLLER_VERSION?=v2
2222BASE_IMAGE_SSH_PORT? =2222
2323IMG_BUILDER =docker
2424PLATFORMS ?= linux/amd64
25+ INTEL_PLATFORMS ?= linux/amd64
2526LD_FLAGS_V2 =" \
2627 -X '${REPO_PATH}/pkg/version.GitSHA=${GitSHA}' \
2728 -X '${REPO_PATH}/pkg/version.Built=${Date}' \
@@ -104,9 +105,9 @@ test_images:
104105 ${IMG_BUILDER} build $(BUILD_ARGS ) --platform $(PLATFORMS ) --build-arg BASE_LABEL=${RELEASE_VERSION} -t mpioperator/openmpi:${RELEASE_VERSION} build/base -f build/base/openmpi.Dockerfile
105106 ${IMG_BUILDER} build $(BUILD_ARGS ) --platform $(PLATFORMS ) -t mpioperator/openmpi-builder:${RELEASE_VERSION} build/base -f build/base/openmpi-builder.Dockerfile
106107 ${IMG_BUILDER} build $(BUILD_ARGS ) --platform $(PLATFORMS ) --build-arg BASE_LABEL=${RELEASE_VERSION} -t mpioperator/mpi-pi:${RELEASE_VERSION} -openmpi examples/v2beta1/pi
107- ${IMG_BUILDER} build $(BUILD_ARGS ) --platform $(PLATFORMS ) --build-arg BASE_LABEL=${RELEASE_VERSION} -t mpioperator/intel:${RELEASE_VERSION} build/base -f build/base/intel.Dockerfile
108- ${IMG_BUILDER} build $(BUILD_ARGS ) --platform $(PLATFORMS ) -t mpioperator/intel-builder:${RELEASE_VERSION} build/base -f build/base/intel-builder.Dockerfile
109- ${IMG_BUILDER} build $(BUILD_ARGS ) --platform $(PLATFORMS ) --build-arg BASE_LABEL=${RELEASE_VERSION} -t mpioperator/mpi-pi:${RELEASE_VERSION} -intel examples/v2beta1/pi -f examples/v2beta1/pi/intel.Dockerfile
108+ ${IMG_BUILDER} build $(BUILD_ARGS ) --platform $(INTEL_PLATFORMS ) --build-arg BASE_LABEL=${RELEASE_VERSION} -t mpioperator/intel:${RELEASE_VERSION} build/base -f build/base/intel.Dockerfile
109+ ${IMG_BUILDER} build $(BUILD_ARGS ) --platform $(INTEL_PLATFORMS ) -t mpioperator/intel-builder:${RELEASE_VERSION} build/base -f build/base/intel-builder.Dockerfile
110+ ${IMG_BUILDER} build $(BUILD_ARGS ) --platform $(INTEL_PLATFORMS ) --build-arg BASE_LABEL=${RELEASE_VERSION} -t mpioperator/mpi-pi:${RELEASE_VERSION} -intel examples/v2beta1/pi -f examples/v2beta1/pi/intel.Dockerfile
110111
111112.PHONY : tidy
112113tidy :
You can’t perform that action at this time.
0 commit comments