Skip to content

Commit dbe8621

Browse files
update linux-amd64 jobs capabilities
1 parent 3b50ac7 commit dbe8621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
5858
},
5959
},
6060
Linux:: self.OSBase + {
61-
capabilities+: ["linux"],
61+
capabilities+: ["linux", "!e3"],
6262
name+: "-linux",
6363
os:: "linux",
6464
},

0 commit comments

Comments
 (0)