Skip to content

Commit 5402286

Browse files
fix(ci): add ARM buidls
1 parent 5716ee0 commit 5402286

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
@@ -20,8 +20,8 @@ local extra_servers_platforms = {
2020
[current_branch]: ["rockylinux:9", "debian:13", "ubuntu:24.04", "ubuntu:22.04"],
2121
};
2222

23-
//local archs = ["amd64", "arm64"];
24-
local archs = ["amd64"];
23+
local archs = ["amd64", "arm64"];
24+
//local archs = ["amd64"];
2525

2626
local builddir = "verylongdirnameforverystrangecpackbehavior";
2727

0 commit comments

Comments
 (0)