Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Git for Windows SDK comes in variants targeting `x86_64` (AKA "64-bit"), `i686`
architecture: i686
```

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

### Verbosity

Expand Down
3 changes: 0 additions & 3 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ async function run(): Promise<void> {
return
}

if (architecture === 'aarch64' && flavor !== 'full') {
throw new Error(
'On aarch64, only the "full" flavor is supported at this time.'
)
}

const githubToken = core.getInput('github-token')
const verbose = core.getInput('verbose')
const msysMode = core.getInput('msys') === 'true'
Expand Down