ci: Test on Ubuntu 21.04

This commit is contained in:
Tomas Babej
2021-04-21 23:42:19 -04:00
parent 70815edb8a
commit 6aa46e7d1a
3 changed files with 38 additions and 0 deletions

View File

@@ -64,6 +64,14 @@ services:
security_opt:
- label=type:container_runtime_t
tty: true
test-ubuntu2104:
build:
context: .
dockerfile: test/docker/ubuntu2104
network_mode: "host"
security_opt:
- label=type:container_runtime_t
tty: true
test-debianstable:
build:
context: .