Skip to content

Commit cc4436a

Browse files
committed
Don't use generic-multi for non-amd64 debian build
1 parent ee0ca50 commit cc4436a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildkite/src/Command/MinaArtifact.dhall

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ let build_artifacts
139139
]
140140
, label = "Debian: Build ${labelSuffix spec}"
141141
, key = "build-deb-pkg${Optional/default Text "" spec.suffix}"
142-
, target = Size.Multi
142+
, target =
143+
merge { Amd64 = Size.Multi, Arm64 = Size.XLarge } spec.arch
143144
, if_ = spec.if_
144145
, retries =
145146
[ Command.Retry::{

0 commit comments

Comments
 (0)