feat: more build infra

This commit is contained in:
2026-04-24 11:51:51 +02:00
parent b4c995049f
commit 13ace08a41
4 changed files with 4 additions and 4 deletions

View File

@@ -129,4 +129,4 @@ defmodule BDS.ReleasePackaging do
|> Enum.reject(&File.dir?/1)
|> Enum.map(&Path.relative_to(&1, root))
end
end
end

View File

@@ -46,4 +46,4 @@ defmodule Mix.Tasks.Bds.Package do
{:unix, _type} -> :linux
end
end
end
end