Skip to content

Commit

Permalink
Update to ubuntu 24.04 for perf build with BUILD_BPF_SKEL=1
Browse files Browse the repository at this point in the history
  • Loading branch information
TianyouLi committed Dec 9, 2024
1 parent 2685b21 commit dfa4be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# build output oss_source* will be in workdir
# build image (from project root directory):
# $ docker build -f tools/build.Dockerfile --tag perfspect-tools:$TAG ./tools
FROM ubuntu:24.04 AS builder
FROM ubuntu:22.04 AS builder
ENV http_proxy=${http_proxy}
ENV https_proxy=${https_proxy}
ENV LANG=en_US.UTF-8
Expand Down

0 comments on commit dfa4be7

Please sign in to comment.