Skip to content

Commit

Permalink
jenkins: Enable Ubuntu riscv64 builds
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Dec 23, 2024
1 parent 2a7509e commit 1c703dd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions jenkins/jobs/image-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- amd64
- arm64
- armhf
- riscv64

- axis:
name: release
Expand Down Expand Up @@ -54,10 +55,7 @@
-o image.variant=${variant} -o source.url=${ARCHIVE}
execution-strategy:
combination-filter: '
!(architecture!="amd64" && variant == "desktop") &&
!(release=="xenial" && variant == "desktop") &&
!(release=="bionic" && variant == "desktop")'
combination-filter: '!(architecture!="amd64" && variant == "desktop")'

properties:
- build-discarder:
Expand Down

0 comments on commit 1c703dd

Please sign in to comment.