Skip to content

Commit

Permalink
jenkins: Fix ci-artifacts condition
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Apr 19, 2024
1 parent 579ef28 commit b12377f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/jobs/lxc-ci-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- vm

execution-strategy:
combination-filter: '!(artifact!="distrobuilder-image" && (architecture!="amd64" && architecture!="arm64" && architecture!="armhf"))'
combination-filter: '!(artifact="lxc-image" && architecture="armhf")'

builders:
- shell: |-
Expand Down

0 comments on commit b12377f

Please sign in to comment.