Skip to content

Commit 63be954

Browse files
committed
release: compile with dpdk and ebpf
1 parent a81575a commit 63be954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/create-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dir="$(dirname "$0")"
3333
cd ${GOPATH}/src/github.com/skydive-project/skydive
3434

3535
echo "--- DOCKER IMAGE ---"
36-
make docker-image DOCKER_IMAGE=${DOCKER_IMAGE} DOCKER_TAG=${DOCKER_TAG}
36+
make docker-image WITH_EBPF=true DOCKER_IMAGE=${DOCKER_IMAGE} DOCKER_TAG=${DOCKER_TAG}
3737
sudo docker login -e "${DOCKER_EMAIL}" -u "${DOCKER_USERNAME}" -p "${DOCKER_PASSWORD}"
3838
sudo docker tag ${DOCKER_IMAGE}:${DOCKER_TAG} ${DOCKER_IMAGE}:latest
3939
sudo docker push ${DOCKER_IMAGE}:${DOCKER_TAG}

0 commit comments

Comments
 (0)