diff --git a/Jenkinsfile b/Jenkinsfile index 547e4d6..49f11fa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -97,11 +97,6 @@ pipeline { // Build, test, and publish plugin distribution package to PyPI stage('Plugin dist') { - environment { - // arm/v7 plugin test is failing - DOCKER_PLATFORM = 'linux/amd64,linux/arm64' - } - steps { sh 'make plugin-dist' }