File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,12 +89,12 @@ run-tests:
8989
9090docker : check-vars build
9191 for arch in $( ARCHS) ; do \
92- docker build --build-arg= GOARCH=$$ arch --build-arg " VERSION=$( VERSION_MAJOR_MINOR_PATCH) " -t $(DOCKERIMAGE ) -$$ arch -f Dockerfile.scratch . ; \
92+ docker build --build-arg " GOARCH=$$ arch" --build-arg " VERSION=$( VERSION_MAJOR_MINOR_PATCH) " -t $(DOCKERIMAGE ) -$$ arch -f Dockerfile.scratch . ; \
9393 docker push $(DOCKERIMAGE ) -$$ arch ; \
9494 done
9595 for arch in amd64; do \
9696 sed -e ' s|FROM scratch|FROM $(UBI)|' Dockerfile.scratch > Dockerfile.ubi ; \
97- docker build --build-arg= GOARCH=$$ arch --build-arg " VERSION=$( VERSION_MAJOR_MINOR_PATCH) " -t $(DOCKERIMAGE ) -ubi -f Dockerfile.ubi . ; \
97+ docker build --build-arg " GOARCH=$$ arch" --build-arg " VERSION=$( VERSION_MAJOR_MINOR_PATCH) " -t $(DOCKERIMAGE ) -ubi -f Dockerfile.ubi . ; \
9898 rm -f Dockerfile.ubi ; \
9999 docker push $(DOCKERIMAGE ) -ubi ; \
100100 done
You can’t perform that action at this time.
0 commit comments