Skip to content

Commit 4231e49

Browse files
Produce ARM builds
1 parent 9af203b commit 4231e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,12 +644,12 @@ local FinalPipeline(branch, event) = {
644644
"failure",
645645
],
646646
} + (if event == "cron" then { cron: ["nightly-" + std.strReplace(branch, ".", "-")] } else {}),
647-
depends_on: std.map(function(p) std.join(" ", [branch, p, event, "amd64", "10.6-enterprise", "", ""]), platforms[current_branch]),
647+
depends_on: std.map(function(p) std.join(" ", [branch, p, event, "arm64", "10.6-enterprise", "", ""]), platforms[current_branch]),
648648
// +std.map(function(p) std.join(" ", [branch, p, event, "arm64", "10.6-enterprise", "", ""]), platforms_arm.develop),
649649
};
650650

651651
[
652-
Pipeline(b, p, e, "amd64", s)
652+
Pipeline(b, p, e, "arm64", s)
653653
for b in std.objectFields(platforms)
654654
for p in platforms[b]
655655
for s in servers[b]

0 commit comments

Comments
 (0)