File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ endif
300300.PHONY : docker-ubi
301301docker-ubi : check-vars $(VBIN_LINUX_AMD64 )
302302 docker build --no-cache -f " $( DOCKERFILE) .ubi" --build-arg " VERSION=${VERSION_MAJOR_MINOR_PATCH} " --build-arg " RELEASE_MODE=$( RELEASE_MODE) " --build-arg " IMAGE=$( BASEUBIIMAGE) " -t $(OPERATORUBIIMAGE ) -local-only-build .
303- docker build --no-cache -f $(DOCKERFILE ) --build-arg " VERSION=${VERSION_MAJOR_MINOR_PATCH} " --build-arg " RELEASE_MODE=$( RELEASE_MODE) " --build-arg " IMAGE=$( OPERATORUBIIMAGE) -local-only-build" -t $(OPERATORUBIIMAGE ) .
303+ docker build --no-cache -f $(DOCKERFILE ) --build-arg " VERSION=${VERSION_MAJOR_MINOR_PATCH} " --build-arg " TARGETARCH=amd64 " --build-arg " RELEASE_MODE=$( RELEASE_MODE) " --build-arg " IMAGE=$( OPERATORUBIIMAGE) -local-only-build" -t $(OPERATORUBIIMAGE ) .
304304ifdef PUSHIMAGES
305305 docker push $(OPERATORUBIIMAGE)
306306endif
You can’t perform that action at this time.
0 commit comments