Skip to content

Commit

Permalink
release: compile with dpdk and ebpf
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Dec 6, 2017
1 parent a81575a commit 63be954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dir="$(dirname "$0")"
cd ${GOPATH}/src/github.com/skydive-project/skydive

echo "--- DOCKER IMAGE ---"
make docker-image DOCKER_IMAGE=${DOCKER_IMAGE} DOCKER_TAG=${DOCKER_TAG}
make docker-image WITH_EBPF=true DOCKER_IMAGE=${DOCKER_IMAGE} DOCKER_TAG=${DOCKER_TAG}
sudo docker login -e "${DOCKER_EMAIL}" -u "${DOCKER_USERNAME}" -p "${DOCKER_PASSWORD}"
sudo docker tag ${DOCKER_IMAGE}:${DOCKER_TAG} ${DOCKER_IMAGE}:latest
sudo docker push ${DOCKER_IMAGE}:${DOCKER_TAG}
Expand Down

0 comments on commit 63be954

Please sign in to comment.