azure-dev icon indicating copy to clipboard operation
azure-dev copied to clipboard

ARM64 Windows support

Open danieljurek opened this issue 1 year ago • 1 comments
trafficstars

As discussed in previous standups, we should add support for Winnows on ARM64. This would take a form similar to our MacOS support today:

  • Alpha+ stage
    • Cross-build binaries on Windows x86_64
    • Add to PR notes
    • Add to GitHub and Storage releases (no direct support for installers or other channels yet)
    • Binary only in a releasable .zip file (with NOTICE.txt)
    • azd --version smoke test only on an ARM64 windows machine (no e2e or other tests)
  • Beta+
    • Tests running on Windows ARM64 agents
    • MSI w/o Custom Action (needed only for telemetry
  • GA
    • MSI with Custom Action (how does this get cross compiled?)
    • Add to all releases (install scripts/winget/choco)

Other considerations:

  • How do we bootstrap tools? (like bicep, etc.)

danieljurek avatar May 31 '24 22:05 danieljurek