File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change 3838 NODE_VERSION : ' 18.17'
3939 YARN_VERSION : ' 1.22'
4040 JOB_TRANSFER_ARTIFACT_PREFIX : buildarm-artifacts-
41- BASE_BUILD_DATA : |
42- - config:
43- name: Linux ARM64
44- runs-on: [self-hosted, arm64-runner]
45- container: |
46- null
47- job-transfer-artifact-suffix: Linux_arm64
48- mergeable-channel-file: 'false'
49- artifacts:
50- - path: '*Linux_arm64.zip'
51- name: Linux_ARM64_zip
52- - path: '*Linux_arm64.AppImage'
53- name: Linux_ARM64_app_image
5441
5542jobs :
5643 run-determination :
8067 BUILD_ARTIFACTS_PATH : electron-app/dist/build-artifacts
8168 strategy :
8269 matrix :
83- config : ${{ fromJson(env.BASE_BUILD_DATA) }}
70+ config :
71+ - name : Linux ARM64
72+ runs-on : [self-hosted, arm64-runner]
73+ container : |
74+ null
75+ job-transfer-artifact-suffix : Linux_arm64
76+ mergeable-channel-file : ' false'
77+ artifacts :
78+ - path : ' *Linux_arm64.zip'
79+ name : Linux_ARM64_zip
80+ - path : ' *Linux_arm64.AppImage'
81+ name : Linux_ARM64_app_image
8482 runs-on : ${{ matrix.config.runs-on }}
8583 container : ${{ fromJSON(matrix.config.container) }}
8684 steps :
You can’t perform that action at this time.
0 commit comments