diff --git a/poule.yml b/poule.yml index d9fda3f09c..a9b7144549 100644 --- a/poule.yml +++ b/poule.yml @@ -70,6 +70,11 @@ configurations: [ janky ], label: "rebuild/janky", } + - type: rebuild + settings: { + configurations: [ powerpc ], + label: "rebuild/powerpc", + } - type: rebuild settings: { configurations: [ userns ], @@ -90,3 +95,8 @@ configurations: [ windowsRS1 ], label: "rebuild/windowsRS1", } + - type: rebuild + settings: { + configurations: [ z ], + label: "rebuild/z", + }