Skip to content
Snippets Groups Projects

Add Ubuntu impish

Merged Alexander A. Klimov requested to merge impish into master
1 file
+ 26
0
Compare changes
  • Side-by-side
  • Inline
+ 26
0
@@ -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
Loading