Skip to content

Commit 195e404

Browse files
committed
Update README to reflect support for arm64 architecture in MASM configuration
1 parent e306300 commit 195e404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following step to your workflow:
1818
1919
- `vs-version`: The version of Visual Studio to use. Defaults to `'latest'`.
2020
- `vs-prerelease`: Whether to include prerelease versions of Visual Studio. Defaults to `'false'`.
21-
- `vs-architecture`: By default the action will use the x64 architecture for MASM, but it is possible to target the x86 versions instead. Valid input values are `'x64'` and `'x86'`. Note that the success of these will rely on the runner OS. Defaults to `'x64'`.
21+
- `vs-architecture`: By default the action will use the x64 architecture for MASM, but it is possible to target the x86 or arm64 versions instead. Valid input values are `'x64'`, `'x86'` and `'arm64'`. Note that the success of these will rely on the runner OS. Defaults to `'x64'`.
2222

2323
## Outputs
2424

0 commit comments

Comments
 (0)