WIP: feat(docker): add support for redhat targets

This commit is contained in:
2025-04-21 18:24:17 +02:00
parent 0090baee97
commit 7c22a94d18
3 changed files with 57 additions and 0 deletions

View File

@ -2,3 +2,5 @@
docker_supported_oses:
- 'debian'
- 'fedora'
docker_supported_os_families:
- 'rhel'