Skip to content

Commit

Permalink
feat: add Equinix metal option in the download installation media
Browse files Browse the repository at this point in the history
It looks like it was missing there.

Signed-off-by: Artem Chernyshev <[email protected]>
  • Loading branch information
Unix4ever committed Jun 26, 2024
1 parent 5460134 commit c9b8b3f
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,20 @@ var installationMedia = []installationMediaSpec{
Type: rawType,
ContentType: "application/x-xz",
},
{
Name: "Equinix Metal (amd64)",
Architecture: amd64Arch,
Profile: "equinixMetal",
Type: rawType,
ContentType: "application/x-xz",
},
{
Name: "Equinix Metal (arm64)",
Architecture: arm64Arch,
Profile: "equinixMetal",
Type: rawType,
ContentType: "application/x-xz",
},
{
Name: "NoCloud (amd64)",
Architecture: amd64Arch,
Expand Down

0 comments on commit c9b8b3f

Please sign in to comment.