Skip to content
Snippets Groups Projects
Commit f979c63f authored by nd's avatar nd
Browse files

fix bullseye packaging

parent d70d4c36
No related branches found
No related tags found
No related merge requests found
Pipeline #31180 waiting for manual action
...@@ -14,6 +14,14 @@ variables: ...@@ -14,6 +14,14 @@ variables:
autoupdate: autoupdate:
extends: .autoupdate:github:release-tags extends: .autoupdate:github:release-tags
# we have to package the bookworm version for bullseye because of too new (buildtime) dependencies
package:apt:bullseye:
extends: .package:apt
dependencies:
- build:binary:bookworm
needs:
- build:binary:bookworm
.build:binary: .build:binary:
extends: .build extends: .build
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment