From 7f51ae919f16b9bd95fc7e14135649baab92cee3 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 29 Dec 2023 11:10:57 -0600 Subject: [PATCH] ci: build for Fedora 39 Fedora 39 is out, so we need builds of *sshca-cli* for it. --- ci/Jenkinsfile | 8 ++++++++ ci/podTemplate.yaml | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index bde808d..9aa02b1 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -9,6 +9,10 @@ pipeline { name 'ARCH' values 'amd64', 'arm64' } + axis { + name 'FEDORA' + values '38', '39' + } } stages { @@ -19,6 +23,10 @@ pipeline { yamlMergeStrategy merge() defaultContainer 'fedora' nodeSelector "kubernetes.io/arch=${ARCH}" + containerTemplate { + name 'fedora' + image "registry.fedoraproject.org/fedora:${FEDORA}" + } } } environment { diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index 1c4502e..f8e190b 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -1,7 +1,6 @@ spec: containers: - name: fedora - image: registry.fedoraproject.org/fedora:38 command: - cat stdin: true