Skip to content

Commit 0ff851c

Browse files
committed
fix: add missing Linux-ARM64 step in prepare-distribution action
1 parent 0514392 commit 0ff851c

File tree

1 file changed

+9
-0
lines changed
  • .github/workflows/actions/prepare-distribution

1 file changed

+9
-0
lines changed

.github/workflows/actions/prepare-distribution/action.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ runs:
2929
--version "${{ inputs.version-name }}" \
3030
--target "linux-x64"
3131
32+
- name: Package distribution (Linux-ARM64)
33+
shell: bash
34+
run: |
35+
python3 ./.github/workflows/scripts/package-distribution.py \
36+
--input package-Linux-ARM64/ \
37+
--dest package/ \
38+
--version "${{ inputs.version-name }}" \
39+
--target "linux-arm64"
40+
3241
- name: Package distribution (macOS-ARM64)
3342
shell: bash
3443
run: |

0 commit comments

Comments
 (0)