Skip to content

Commit 3cc7140

Browse files
committed
Build on ARM
1 parent 30d72c3 commit 3cc7140

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ jobs:
4646
- macos-14
4747
- macos-15
4848
- ubuntu-22.04
49+
- ubuntu-22.04-arm
4950
- ubuntu-24.04
51+
- ubuntu-24.04-arm
52+
- windows-11-arm
5053
- windows-2022
5154
- windows-2025
5255

@@ -112,19 +115,26 @@ jobs:
112115
- macos-14
113116
- macos-15
114117
- ubuntu-22.04
118+
- ubuntu-22.04-arm
115119
- ubuntu-24.04
120+
- ubuntu-24.04-arm
121+
- windows-11-arm
116122
- windows-2022
117123
- windows-2025
118124
shell:
119125
- default
120126
- bash
121127
- pwsh
122128
exclude:
129+
- os: windows-11-arm
130+
shell: bash
123131
- os: windows-2022
124132
shell: bash
125133
- os: windows-2025
126134
shell: bash
127135
include:
136+
- os: windows-11-arm
137+
shell: C:\Program Files\Git\bin\bash.exe
128138
- os: windows-2022
129139
shell: C:\Program Files\Git\bin\bash.exe
130140
- os: windows-2025

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
- Ubuntu 24.04
1111
- Windows 2022
1212
- Windows 2025
13+
- Build and test on ARM
14+
- Ubuntu 22.04
15+
- Ubuntu 24.04
16+
- Windows 11
17+
1318
## [0.6.0](https://github.com/xt0rted/dotnet-run-script/compare/v0.5.0...v0.6.0) - 2024-04-10
1419

1520
- Dropped support for .NET Core 3.1

0 commit comments

Comments
 (0)