Skip to content

Commit 88fd47f

Browse files
committed
Add ARM64/aarch64 support, add cleanup logic
1 parent f851f2a commit 88fd47f

File tree

5 files changed

+286
-36
lines changed

5 files changed

+286
-36
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
default: 'minimal'
1212
architecture:
1313
required: false
14-
description: 'The architecture of the SDK: x86_64 or i686'
14+
description: 'The architecture of the SDK: x86_64, i686 or aarch64. Note that "aarch64" uses the x86_64 SDK, but adds "clangarm64" to the path.'
1515
default: 'x86_64'
1616
msys:
1717
required: false
@@ -32,3 +32,4 @@ inputs:
3232
runs:
3333
using: 'node16'
3434
main: 'dist/index.js'
35+
post: 'dist/index.js'

dist/index.js

Lines changed: 122 additions & 17 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.

0 commit comments

Comments
 (0)