Skip to content

Commit

Permalink
Support windows-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Mar 19, 2024
1 parent 992f489 commit 794ad5c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ jobs:
runner: windows-latest
- arch: ia32
runner: windows-latest
# The support of windows-arm64 dart-sdk is in beta.
# TODO: Enable this once windows-arm64 support is stable.
# - arch: arm64
# runner: windows-latest
- arch: arm64
runner: windows-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 794ad5c

Please sign in to comment.