Skip to content
Snippets Groups Projects
Verified Commit 8a5c331b authored by Julian's avatar Julian
Browse files

Build package on (and for) Debian Bookworm

parent ed5403df
Branches bookworm
No related tags found
No related merge requests found
Pipeline #28796 passed
...@@ -16,7 +16,7 @@ autoupdate: ...@@ -16,7 +16,7 @@ autoupdate:
.build:binary: .build:binary:
extends: .build extends: .build
image: registry.git.cccv.de/infra/packages/docker-images/bullseye image: registry.git.cccv.de/infra/packages/docker-images/bookworm
script: script:
- git clone --depth 1 --branch ${UPSTREAM_VERSION} https://github.com/RocketChat/Rocket.Chat rocketchat - git clone --depth 1 --branch ${UPSTREAM_VERSION} https://github.com/RocketChat/Rocket.Chat rocketchat
- NODEJS_VERSION="$(jq -r .engines.node rocketchat/package.json)" - NODEJS_VERSION="$(jq -r .engines.node rocketchat/package.json)"
...@@ -42,31 +42,21 @@ autoupdate: ...@@ -42,31 +42,21 @@ autoupdate:
paths: paths:
- build - build
build:binary:bullseye: build:binary:bookworm:
extends: .build:binary extends: .build:binary
package:apt:bullseye: package:apt:bookworm:
extends: .package:apt extends: .package:apt
dependencies: dependencies:
- build:binary:bullseye - build:binary:bookworm
needs: needs:
- build:binary:bullseye - build:binary:bookworm
# for now, publish the bullseye package for buster as well publish:apt:bookworm:
publish:apt:buster:
extends: .publish:apt extends: .publish:apt
variables: variables:
APTLY_DISTRO: buster APTLY_DISTRO: bookworm
dependencies: dependencies:
- package:apt:bullseye - package:apt:bookworm
needs: needs:
- package:apt:bullseye - package:apt:bookworm
publish:apt:bullseye:
extends: .publish:apt
variables:
APTLY_DISTRO: bullseye
dependencies:
- package:apt:bullseye
needs:
- package:apt:bullseye
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment