We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prepare-distribution
1 parent 0514392 commit 0ff851cCopy full SHA for 0ff851c
.github/workflows/actions/prepare-distribution/action.yml
@@ -29,6 +29,15 @@ runs:
29
--version "${{ inputs.version-name }}" \
30
--target "linux-x64"
31
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
+
41
- name: Package distribution (macOS-ARM64)
42
shell: bash
43
run: |
0 commit comments