Skip to content

Commit

Permalink
fix build dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
halfcrazy authored and luoyunhe1 committed Apr 16, 2021
1 parent faa7bc6 commit a60764e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RPM_ARCH=x86_64
.PHONY: build-dev-images build-dpdk build-go build-bin lint kind-init kind-init-ha kind-install kind-install-ipv6 kind-reload push-dev push-release e2e ut

build-dev-images: build-bin
docker build -t ${REGISTRY}/kube-ovn:${DEV_TAG} -f dist/images/Dockerfile dist/images/
docker build -t ${REGISTRY}/kube-ovn:${DEV_TAG} --build-arg ARCH=amd64 -f dist/images/Dockerfile dist/images/

build-dpdk:
docker buildx build --cache-from "type=local,src=/tmp/.buildx-cache" --cache-to "type=local,dest=/tmp/.buildx-cache" --platform linux/amd64 -t ${REGISTRY}/kube-ovn-dpdk:19.11-${RELEASE_TAG} -o type=docker -f dist/images/Dockerfile.dpdk1911 dist/images/
Expand Down

0 comments on commit a60764e

Please sign in to comment.