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

move debian binary building to shared ci file

parent cf6ba73b
Branches
No related tags found
No related merge requests found
build:binary:buster:
image: registry.git.cccv.de/infra/packages/docker-images/buster
extends: .build:binary
build:binary:bullseye:
image: registry.git.cccv.de/infra/packages/docker-images/bullseye
extends: .build:binary
package:apt:buster:
extends: .package:apt
dependencies:
- build:binary:buster
needs:
- build:binary:buster
package:apt:bullseye:
extends: .package:apt
dependencies:
- build:binary:bullseye
needs:
- build:binary:bullseye
# for now, publish the bullseye package for buster as well
publish:apt:buster:
extends: .publish:apt
variables:
APTLY_DISTRO: buster
dependencies:
- package:apt:bullseye
needs:
- package:apt:bullseye
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