Skip to content
Snippets Groups Projects
Commit 2bce7a01 authored by Noah Hilverling's avatar Noah Hilverling
Browse files

Add ubuntu eoan

parent a9334688
No related branches found
No related tags found
No related merge requests found
Pipeline #10298 passed
......@@ -195,6 +195,49 @@ upload/debian/jessie:
###################################
# Ubuntu
###################################
# eoan
ubuntu/eoan:
<<: *source
variables:
DOCKER_IMAGE: ubuntu/eoan
ubuntu/eoan:x86_64:
<<: *binary
variables:
DOCKER_IMAGE: ubuntu/eoan
dependencies:
- ubuntu/eoan
test/ubuntu/eoan:x86_64:
<<: *test
variables:
DOCKER_IMAGE: ubuntu/eoan
dependencies:
- ubuntu/eoan
ubuntu/eoan:x86:
<<: *binary
variables:
DOCKER_IMAGE: ubuntu/eoan:x86
dependencies:
- ubuntu/eoan
test/ubuntu/eoan:x86:
<<: *test
variables:
DOCKER_IMAGE: ubuntu/eoan:x86
dependencies:
- ubuntu/eoan:x86
- ubuntu/eoan:x86_64
upload/ubuntu/eoan:
<<: *upload
dependencies:
- ubuntu/eoan:x86
- ubuntu/eoan:x86_64
- ubuntu/eoan
ubuntu/focal:
<<: *source
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