penguin: Disable temporarly SELinux on fedora (#189)

* 🐧 Disable temporarly SELinux on fedora

* 🐧 Add SELinux relabel rule

* 🤖 Add Fedora to releases
This commit is contained in:
Ettore Di Giacinto
2022-10-06 23:43:16 +02:00
committed by Itxaka
parent df59351bf1
commit 4cc1e7a0f2

View File

@@ -242,6 +242,8 @@ docker:
COPY overlay/files-opensuse-arm-rpi/ /
ELSE IF [ "$FLAVOR" = "opensuse-arm-rpi" ]
COPY overlay/files-opensuse-arm-rpi/ /
ELSE IF [ "$FLAVOR" = "fedora" ] || [ "$FLAVOR" = "rockylinux" ]
COPY overlay/files-fedora/ /
ELSE IF [ "$FLAVOR" = "ubuntu" ] || [ "$FLAVOR" = "ubuntu-rolling" ]
COPY overlay/files-ubuntu/ /
END