Skip to content

Commit 4673aa1

Browse files
authored
Add a build for Windows on AArch64 (#515)
1 parent a02652e commit 4673aa1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
path: target\x86_64-pc-windows-msvc\release\function-runner.exe
4646
asset_name: function-runner-x86_64-windows-${{ inputs.tag_name }}
4747
shasum_cmd: sha256sum
48+
- name: aarch64-pc-windows-msvc
49+
os: windows-latest
50+
path: target\aarch64-pc-windows\release\function-runner.exe
51+
asset_name: function-runner-arm-windows-${{ inputs.tag_name }}
52+
shasum_cmd: sha256sum
4853

4954
steps:
5055
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)