Skip to content
Snippets Groups Projects
Commit 68f571f7 authored by Alexander A. Klimov's avatar Alexander A. Klimov :sunglasses:
Browse files

Add Ubuntu jammy

parent 798dfbdf
No related branches found
No related tags found
1 merge request!10Add Ubuntu jammy
Pipeline #24731 passed
...@@ -104,6 +104,23 @@ upload/debian/stretch: ...@@ -104,6 +104,23 @@ upload/debian/stretch:
################################### ###################################
# Ubuntu # Ubuntu
################################### ###################################
build/ubuntu/jammy:
<<: *build
variables:
DOCKER_IMAGE: ubuntu/jammy
test/ubuntu/jammy:
<<: *test
variables:
DOCKER_IMAGE: ubuntu/jammy
dependencies:
- build/ubuntu/jammy
upload/ubuntu/jammy:
<<: *upload
dependencies:
- build/ubuntu/jammy
build/ubuntu/impish: build/ubuntu/impish:
<<: *build <<: *build
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment