From 95f5a069263e633a8c5bbbfeb9b1c32676b6d94f Mon Sep 17 00:00:00 2001 From: Henry Borchers Date: Mon, 21 Oct 2024 12:13:45 -0500 Subject: [PATCH] ci: remove specialized dockerfile for ci testing packages on windows --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c661f5a..ea2b88a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,7 +61,7 @@ pipeline { booleanParam(name: 'INCLUDE_LINUX-X86_64', defaultValue: true, description: 'Include x86_64 architecture for Linux') booleanParam(name: 'INCLUDE_MACOS-ARM64', defaultValue: false, description: 'Include ARM(m1) architecture for Mac') booleanParam(name: 'INCLUDE_MACOS-X86_64', defaultValue: false, description: 'Include x86_64 architecture for Mac') - booleanParam(name: 'INCLUDE_WINDOWS_X86_64', defaultValue: false, description: 'Include x86_64 architecture for Windows') + booleanParam(name: 'INCLUDE_WINDOWS-X86_64', defaultValue: false, description: 'Include x86_64 architecture for Windows') booleanParam(name: 'DEPLOY_PYPI', defaultValue: false, description: 'Deploy to pypi') booleanParam(name: 'DEPLOY_DOCS', defaultValue: false, description: 'Update online documentation') }