From 5537ee1062045701cb0d59b2643a9f360edd0495 Mon Sep 17 00:00:00 2001 From: Jacob Payne Date: Wed, 25 Jan 2023 15:58:08 -0700 Subject: [PATCH] added zfs tests Signed-off-by: Jacob Payne --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 152987c..c1fcd85 100644 --- a/Earthfile +++ b/Earthfile @@ -335,7 +335,7 @@ docker: COPY overlay/files-alpine/ / END - IF [ "$FLAVOR" = "opensuse" ] + IF [ "$FLAVOR" = "opensuse" ] || [ "$FLAVOR" = "opensuse-tumbleweed" ] COPY overlay/files-opensuse/ / ELSE IF [ "$FLAVOR" = "alpine-arm-rpi" ] COPY overlay/files-opensuse-arm-rpi/ /