File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments