Skip to content
Snippets Groups Projects

Add Ubuntu impish

Merged Alexander A. Klimov requested to merge impish2.13 into 2.13
1 file
+ 26
0
Compare changes
  • Side-by-side
  • Inline
+ 26
0
@@ -197,6 +197,32 @@ upload/debian/stretch:
@@ -197,6 +197,32 @@ upload/debian/stretch:
# Ubuntu
# 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
# hirsute
ubuntu/hirsute:
ubuntu/hirsute:
<<: *source
<<: *source
Loading