WIP: feat(webi): show supported channels

This commit is contained in:
AJ ONeal
2023-12-12 03:15:22 -07:00
parent 3e16f512f9
commit 18c1c6ae6b

View File

@@ -103,6 +103,7 @@ Installers.renderBash = async function (
['PKG_ARCHES', (rel.arches || []).join(' ')],
['PKG_LIBCS', (rel.libcs || []).join(' ')],
['PKG_FORMATS', (rel.formats || []).join(' ')],
['PKG_CHANNELS', (rel.channels || []).join(' ')],
['PKG_LATEST', latest],
];