Skip to content

Commit 6697295

Browse files
authored
Merge pull request #592 from git-for-windows/arm64-ready-for-prime-time
arm64: remove block on non-full flavors of SDK
2 parents 7e1ade6 + 27f9df2 commit 6697295

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Git for Windows SDK comes in variants targeting `x86_64` (AKA "64-bit"), `i686`
6060
architecture: i686
6161
```
6262

63-
Please note that only the `build-installers` and the `full` flavors are available for `i686`. For `aarch64`, only the `full` flavor is available.
63+
Please note that only the `build-installers` and the `full` flavors are available for `i686`.
6464

6565
### Verbosity
6666

dist/index.js

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ async function run(): Promise<void> {
4040
return
4141
}
4242

43-
if (architecture === 'aarch64' && flavor !== 'full') {
44-
throw new Error(
45-
'On aarch64, only the "full" flavor is supported at this time.'
46-
)
47-
}
48-
4943
const githubToken = core.getInput('github-token')
5044
const verbose = core.getInput('verbose')
5145
const msysMode = core.getInput('msys') === 'true'

0 commit comments

Comments
 (0)