Skip to content

Commit f76f5e8

Browse files
authored
Replace ubuntu 20 with ubuntu 26 and remove EOL Fedora-41 (#22)
* Replace ubuntu 20 with ubuntu26 and remove EOL Fedora-41 * install libssl-dev package to get libssl.so and libcrypto.so
1 parent ebdc351 commit f76f5e8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
fail-fast: false
7676
matrix:
7777
arch: [amd64, arm64]
78-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, debian-11, debian-12, debian-13]
78+
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-26.04, debian-11, debian-12, debian-13]
7979
steps:
8080
- uses: actions/checkout@v4
8181
- uses: docker/setup-qemu-action@v3
@@ -116,7 +116,7 @@ jobs:
116116
fail-fast: false
117117
matrix:
118118
arch: [amd64, arm64]
119-
os: [fedora-41, fedora-42, fedora-43]
119+
os: [fedora-42, fedora-43]
120120
runs-on: ubuntu-latest
121121
steps:
122122
- uses: actions/checkout@v4

deb.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG build_image
22
FROM $build_image AS build-stage
33

4-
RUN apt-get update && apt-get install bzip2 --yes
4+
RUN apt-get update && apt-get install bzip2 libssl-dev --yes
55

66
# build static libmnl
77
WORKDIR /tmp/libmnl

0 commit comments

Comments
 (0)