16
16
- ' static/**'
17
17
- ' *.md'
18
18
tags :
19
- - ' [0-9]+.[0-9]+.[0-9]+*'
19
+ - ' [0-9]+.[0-9]+.[0-9]+*'
20
20
workflow_dispatch :
21
21
inputs :
22
22
paid-runners :
@@ -133,16 +133,6 @@ env:
133
133
name: macOS_arm64_dmg
134
134
- path: '*macOS_arm64.zip'
135
135
name: macOS_arm64_zip
136
- - config:
137
- name: ARM Ubuntu 22.04
138
- runs-on: ubuntu-22.04-arm
139
- container: |
140
- null
141
- job-transfer-artifact-suffix: ARM_64bit
142
- mergeable-channel-file: 'false'
143
- artifacts:
144
- - path: '*ARM_64bit.tar.gz'
145
- name: ARM_64bit_tarball
146
136
PAID_RUNNER_BUILD_DATA : |
147
137
# This system was implemented to allow selective use of paid GitHub-hosted runners, due to the Apple Silicon runner
148
138
# incurring a charge at that time. Free Apple Silicon runners are now available so the configuration was moved to
@@ -300,7 +290,7 @@ jobs:
300
290
# to skip passing signing credentials to electron-builder
301
291
IS_WINDOWS_CONFIG : ${{ matrix.config.name == 'Windows' }}
302
292
INSTALLER_CERT_WINDOWS_CER : " /tmp/cert.cer"
303
- # We are hardcoding the path for signtool because it is not present on the Windows PATH env var by default.
293
+ # We are hardcoding the path for signtool because is not present on the windows PATH env var by default.
304
294
# Keep in mind that this path could change when upgrading to a new runner version
305
295
SIGNTOOL_PATH : " C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x86/signtool.exe"
306
296
WIN_CERT_PASSWORD : ${{ secrets[matrix.config.certificate-password-secret] }}
@@ -320,10 +310,6 @@ jobs:
320
310
timeout-minutes : 90
321
311
322
312
steps :
323
- - name : Install Chromium (ARM only)
324
- if : matrix.config.name == 'ARM Ubuntu 22.04'
325
- run : sudo apt-get update && sudo apt-get install -y chromium-browser
326
-
327
313
- name : Symlink custom working directory
328
314
shell : cmd
329
315
if : runner.os == 'Windows' && matrix.config.working-directory
@@ -333,6 +319,7 @@ jobs:
333
319
- name : Checkout
334
320
uses : actions/checkout@v4
335
321
322
+
336
323
- name : Install Node.js
337
324
if : runner.name != 'WINDOWS-SIGN-PC'
338
325
uses : actions/setup-node@v4
0 commit comments