Skip to content

Commit

Permalink
jenkins: Add Alpine riscv64
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 1c703dd commit 1153fe5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jenkins/jobs/image-alpine.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 @@ -56,6 +57,9 @@
-o image.architecture=${ARCH} -o image.release=${release} \
-o image.variant=${variant} ${EXTRA_ARGS}
execution-strategy:
combination-filter: '!(architecture == "riscv64" && release == "3.18") && !(architecture == "riscv64" && release == "3.19")'

properties:
- build-discarder:
num-to-keep: 3
Expand Down

0 comments on commit 1153fe5

Please sign in to comment.