You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For future notes, this was the work identified (does not include custom host or in-proc):
Code
✅ Update func.csproj to add linux-arm64 to runtime ids
✅ Update func.csproj to include -preview suffix
✅ Update func.csproj to print a warning for preview versions
✅ Update build project: settings.cs to include linux-arm64
✅ Update build project: gozip step to include linux-arm64
✅ Update artifact assembler to include linux-arm64 (but for in-proc builds, make sure to skip for that arch)
✅ Update generate metadata script to take into account -preview suffix
CI
✅ Update consolidation pipeline to add linux-arch64 arch
✅ Update linux-package to build DEB for linux-arch64
Release
✅ Update func/npm/lib/install script to take into account architecture for linux-arm64
✅ Update buildDEB script to package linux-arm64
Investigate and define any further changes required to support linux arm64 in Core Tools.
The text was updated successfully, but these errors were encountered: