wip: ci: build for Fedora 39

Dustin 2023-12-29 11:10:57 -06:00
parent 036304c686
commit 076525ec65
2 changed files with 11 additions and 1 deletions

11
ci/Jenkinsfile vendored
View File

@ -9,6 +9,10 @@ pipeline {
name 'ARCH'
values 'amd64', 'arm64'
}
axis {
name 'FEDORA'
values '38', '39'
}
}
stages {
@ -19,6 +23,13 @@ pipeline {
yamlMergeStrategy merge()
defaultContainer 'fedora'
nodeSelector "kubernetes.io/arch=${ARCH}"
yaml """\
spec:
containers:
- name: fedora
image: 'registry.fedoraproject.org/fedora:${FEDORA}'
"""
}
}
}
environment {

View File

@ -1,7 +1,6 @@
spec:
containers:
- name: fedora
image: registry.fedoraproject.org/fedora:38
command:
- cat
stdin: true