Skip to content
Snippets Groups Projects
Commit a9334688 authored by Henrik Triem's avatar Henrik Triem
Browse files

Add source, binary, upload and test for Focal Fossa

Ubuntu 20.04 LTS
parent b4b4f134
No related branches found
No related tags found
No related merge requests found
Pipeline #10228 passed
......@@ -195,6 +195,30 @@ upload/debian/jessie:
###################################
# Ubuntu
###################################
ubuntu/focal:
<<: *source
variables:
DOCKER_IMAGE: ubuntu/focal
ubuntu/focal:x86_64:
<<: *binary
variables:
DOCKER_IMAGE: ubuntu/focal
dependencies:
- ubuntu/focal
test/ubuntu/focal:x86_64:
<<: *test
variables:
DOCKER_IMAGE: ubuntu/focal
dependencies:
- ubuntu/focal
upload/ubuntu/focal:
<<: *upload
dependencies:
- ubuntu/focal:x86_64
- ubuntu/focal
# bionic
ubuntu/bionic:
......
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