Skip to content
Snippets Groups Projects

Add Ubuntu jammy

Merged Alexander A. Klimov requested to merge jammy into master
1 file
+ 25
0
Compare changes
  • Side-by-side
  • Inline
+ 25
0
@@ -196,6 +196,31 @@ upload/debian/stretch:
# Ubuntu
###################################
ubuntu/jammy:
<<: *source
variables:
DOCKER_IMAGE: ubuntu/jammy
ubuntu/jammy:x86_64:
<<: *binary
variables:
DOCKER_IMAGE: ubuntu/jammy
dependencies:
- ubuntu/jammy
test/ubuntu/jammy:x86_64:
<<: *test
variables:
DOCKER_IMAGE: ubuntu/jammy
dependencies:
- ubuntu/jammy:x86_64
upload/ubuntu/jammy:
<<: *upload
dependencies:
- ubuntu/jammy:x86_64
- ubuntu/jammy
# impish
ubuntu/impish:
<<: *source
Loading