Skip to content

Commit

Permalink
jenkins: Add Debian 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 21, 2024
1 parent e982a31 commit 2d7e10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/jobs/image-debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
- amd64
- arm64
- armhf
- riscv64

- axis:
name: release
type: user-defined
values:
- buster
- bullseye
# - sid
- bookworm
- trixie

Expand Down Expand Up @@ -48,7 +48,7 @@
-o source.url="http://ftp.us.debian.org/debian"
execution-strategy:
combination-filter: '!(architecture == "armhf" && release == "trixie")'
combination-filter: '!(architecture == "armhf" && release == "trixie") && !(architecture == "riscv64" && release != "trixie")'

properties:
- build-discarder:
Expand Down

0 comments on commit 2d7e10b

Please sign in to comment.