ci: Test on Fedora 34

This commit is contained in:
Tomas Babej 2021-04-21 23:40:44 -04:00
parent 44220287c4
commit 70815edb8a
3 changed files with 37 additions and 0 deletions

View file

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