Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (2)
......@@ -196,6 +196,32 @@ upload/debian/stretch:
# Ubuntu
###################################
# impish
ubuntu/impish:
<<: *source
variables:
DOCKER_IMAGE: ubuntu/impish
ubuntu/impish:x86_64:
<<: *binary
variables:
DOCKER_IMAGE: ubuntu/impish
dependencies:
- ubuntu/impish
test/ubuntu/impish:x86_64:
<<: *test
variables:
DOCKER_IMAGE: ubuntu/impish
dependencies:
- ubuntu/impish
upload/ubuntu/impish:
<<: *upload
dependencies:
- ubuntu/impish:x86_64
- ubuntu/impish
# hirsute
ubuntu/hirsute:
<<: *source
......