runc: fix dependency on libc6
All checks were successful
runc / build (map[arch:amd64 image:node-24]) (push) Successful in 2m38s
All checks were successful
runc / build (map[arch:amd64 image:node-24]) (push) Successful in 2m38s
Signed-off-by: Christoph Heiss <christoph.heiss@robo4you.at>
This commit is contained in:
parent
82469b7165
commit
3b1de3e5ca
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ on:
|
||||||
env:
|
env:
|
||||||
UPSTREAM_REPO: https://github.com/opencontainers/runc
|
UPSTREAM_REPO: https://github.com/opencontainers/runc
|
||||||
UPSTREAM_VER: '1.3.0'
|
UPSTREAM_VER: '1.3.0'
|
||||||
EXTRA_VER: r4u1
|
EXTRA_VER: r4u2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -71,7 +71,7 @@ jobs:
|
||||||
--deb-priority medium \
|
--deb-priority medium \
|
||||||
--deb-dist bookworm \
|
--deb-dist bookworm \
|
||||||
--deb-upstream-changelog CHANGELOG.md \
|
--deb-upstream-changelog CHANGELOG.md \
|
||||||
--depends 'libc >= 2.34' \
|
--depends 'libc6 >= 2.34' \
|
||||||
--depends 'libseccomp2 >= 2.5.0' \
|
--depends 'libseccomp2 >= 2.5.0' \
|
||||||
--deb-recommends criu \
|
--deb-recommends criu \
|
||||||
runc=usr/bin/runc \
|
runc=usr/bin/runc \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue