Skip to content

Commit 0e2a4a8

Browse files
chore(cd): windows codesigntool path
1 parent 4bc7ab1 commit 0e2a4a8

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/release.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,16 @@ jobs:
8888
fail-fast: false
8989
matrix:
9090
settings:
91-
# - host: macos-latest
92-
# target: x86_64-apple-darwin
93-
# os: darwin
94-
# arch: amd64
95-
# cli_only: false
96-
# - host: macos-latest
97-
# target: aarch64-apple-darwin
98-
# os: darwin
99-
# arch: arm64
100-
# cli_only: false
91+
- host: macos-latest
92+
target: x86_64-apple-darwin
93+
os: darwin
94+
arch: amd64
95+
cli_only: false
96+
- host: macos-latest
97+
target: aarch64-apple-darwin
98+
os: darwin
99+
arch: arm64
100+
cli_only: false
101101
# The WIX version we use for the installer (latest 3.something) doesn't support arm builds - if we need to support arm windows,
102102
# we'd need to switch the installer toolchain to WIX 4.xx, not sure how that works out with tauri
103103
# - host: windows-latest
@@ -108,16 +108,16 @@ jobs:
108108
target: x86_64-pc-windows-msvc
109109
arch: amd64
110110
cli_only: false
111-
# - host: ubuntu-22.04
112-
# target: x86_64-unknown-linux-gnu
113-
# os: linux
114-
# arch: amd64
115-
# cli_only: false
116-
# - host: ubuntu-22.04
117-
# target: aarch64-unknown-linux-gnu
118-
# os: linux
119-
# arch: arm64
120-
# cli_only: true
111+
- host: ubuntu-22.04
112+
target: x86_64-unknown-linux-gnu
113+
os: linux
114+
arch: amd64
115+
cli_only: false
116+
- host: ubuntu-22.04
117+
target: aarch64-unknown-linux-gnu
118+
os: linux
119+
arch: arm64
120+
cli_only: true
121121
name: ${{ matrix.settings.target }}
122122
runs-on: ${{ matrix.settings.host }}
123123
env:

0 commit comments

Comments
 (0)