Skip to content

Commit ba3ab85

Browse files
committed
Building
1 parent 68a0224 commit ba3ab85

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

conveyor.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ app {
118118
]
119119

120120
// Explicitly focus on Mac for this workflow
121-
# machines = [mac.amd64, mac.aarch64, windows.amd64]
122-
machines = [mac.aarch64]
121+
machines = [mac.amd64, mac.aarch64, windows.amd64]
122+
# machines = [mac.aarch64]
123123
}
124124

125125
// Set compression level to high to maximize build size reduction

conveyor.sign.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ app {
4040
# Pass root signing key from environment variable
4141
# signing-key = ${env.SIGNING_KEY}
4242

43-
app.mac.deltas = 5
43+
app.mac.deltas = 2
4444

4545
# Set compatibility level
4646
# conveyor.compatibility-level = 16

0 commit comments

Comments
 (0)