Skip to content

Commit b2a77f4

Browse files
committed
ci: Add libssl-dev dependency for arm64 builds in release workflow
Following the addition of program signing capabilities in bpftool, we need libssl-dev to build. We've added it to the workflows, but missed the in-container arm64 build. Let's add it now. Signed-off-by: Quentin Monnet <qmo@kernel.org>
1 parent 31c371d commit b2a77f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
run: |
110110
docker run --platform linux/arm64 --rm -v $(pwd):/build ubuntu:22.04 \
111111
bash -c "apt-get update && \
112-
apt-get install -y make pkg-config gcc \
112+
apt-get install -y make pkg-config gcc libssl-dev \
113113
libelf-dev libcap-dev libstdc++-11-dev zlib1g-dev && \
114114
cd /build/bpftool && \
115115
EXTRA_LDFLAGS=-static \

0 commit comments

Comments
 (0)