From 4cc1e7a0f2362fbdd5bd91fecc15089fd3bc4056 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 6 Oct 2022 23:43:16 +0200 Subject: [PATCH] penguin: Disable temporarly SELinux on fedora (#189) * :penguin: Disable temporarly SELinux on fedora * :penguin: Add SELinux relabel rule * :robot: Add Fedora to releases --- Earthfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Earthfile b/Earthfile index 1d7a25c..a24ce47 100644 --- a/Earthfile +++ b/Earthfile @@ -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