ci(release): build Linux arm64 on native arm runner; pin unsigned mac builds
This commit is contained in:
@@ -23,6 +23,9 @@ jobs:
|
||||
# Linux — x64 on x64 runner
|
||||
- os: ubuntu-latest
|
||||
args: --linux --x64
|
||||
# Linux — arm64 on arm64 runner
|
||||
- os: ubuntu-24.04-arm
|
||||
args: --linux --arm64
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
@@ -62,3 +65,4 @@ jobs:
|
||||
run: pnpm exec electron-builder ${{ matrix.args }} --publish always
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CSC_IDENTITY_AUTO_DISCOVERY: "false"
|
||||
|
||||
Reference in New Issue
Block a user