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 38
38
NODE_VERSION : ' 18.17'
39
39
YARN_VERSION : ' 1.22'
40
40
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
54
41
55
42
jobs :
56
43
run-determination :
80
67
BUILD_ARTIFACTS_PATH : electron-app/dist/build-artifacts
81
68
strategy :
82
69
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
84
82
runs-on : ${{ matrix.config.runs-on }}
85
83
container : ${{ fromJSON(matrix.config.container) }}
86
84
steps :
You can’t perform that action at this time.
0 commit comments