Skip to content

Commit

Permalink
Disable cngcrypto containers
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham committed May 8, 2024
1 parent bfbd069 commit 26c8af8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone/pipelines/publish.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ local linux_containers = [
];
local windows_containers = [
{ devel: 'alloy-devel', release: 'alloy' },
{ devel: 'alloy-devel-cngcrypto', release: 'alloy-cngcrypto' },
// Disable building windows boring crypto until we can get a build image with the right settings.
// { devel: 'alloy-devel-cngcrypto', release: 'alloy-cngcrypto' },
];

local linux_containers_dev_jobs = std.map(function(container) (
Expand Down

0 comments on commit 26c8af8

Please sign in to comment.