From b2a624c4b62f2f0a1460651e3ab82449d55f77c3 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sat, 11 May 2024 16:20:09 +0200 Subject: [PATCH] spec helper: Add archlinux platform --- spec/helpers.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/helpers.rb b/spec/helpers.rb index 13bc72768..b95960d00 100644 --- a/spec/helpers.rb +++ b/spec/helpers.rb @@ -128,5 +128,6 @@ module PlatformHelpers centos redhat oracle - scientific].concat(DEBIANPLATFORMS) + scientific + archlinux].concat(DEBIANPLATFORMS) end