Skip to content

Commit c54b34f

Browse files
author
{your_name}
committed
test
1 parent ea0ac8d commit c54b34f

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

.github/workflows/buildarm.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,6 @@ env:
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

5542
jobs:
5643
run-determination:
@@ -80,7 +67,18 @@ jobs:
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:

0 commit comments

Comments
 (0)