Re-enable 32-bit ARM test

This commit is contained in:
Michael Hansen 2022-05-05 10:36:25 -04:00
commit 62e5cefbce

5
Jenkinsfile vendored
View file

@ -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'
}