Start supporting Linux on arm

This commit is contained in:
Claudio Ortolina
2025-09-06 13:25:26 +03:00
parent d6261e12c1
commit f5ac213d65
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ defmodule MusicLibrary.Repo do
{:darwin, "x86_64"} -> "darwin-amd64"
{:darwin, "aarch64"} -> "darwin-aarch64"
{:linux, "x86_64"} -> "linux-amd64"
{:linux, "aarch64"} -> "linux-arm64"
_other -> raise "Unsupported OS or platform"
end